Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoints are appended to this base URL. Except for the /token endpoint, all BSN endpoints accept trailing slashes (e.g. /presentations/ ).

URL Parameters

Query strings that are appended to endpoint URLs (e.g. "?filter", "?sort") must be URL encoded.

Headers

Accept

All REST calls should contain the "Accept" header. All endpoints support the "application/json" and "application/xml" types–except for the /sessions/ endpoint, which uses a unique set of content types for file uploads.

...