Versions Compared

Key

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

All API endpoint URIs consist of

https://

myedu.isora.salty.com/api/

endpoint-specific string

In addition to specifying the correct endpoint, each API call should include the following fields in the headers of the HTTP request:
Authorization: Token <your token value>
Content-Type: application/json

...

The remainder of this document covers details about each individual piece of the ISORA Isora GRC API.

Note that depending on who you are, you will see somewhat different information. Just like with the web application of ISORAIsora GRC, your identity and permissions will determine what information you have access to. For example, a super-user can see the full details about another user (including that user’s token value, if one exists). An ordinary user would not be able to see token values of other users.

Some API requests can return large amounts of data, so for performance reasons, output may be returned piecemeal. For example, requesting a list of all users in ISORA Isora GRC will return a paginated list (by default, of up to 25 users at a time), with each response including links to the previous and next page of users. Most GET requests allow you specify an optional page_size parameter of up to 300.

...

You can specify multiple parameters to a request by linking them together with an ampersand (&) sign. Many examples follow.

Next: 3. Using organizational data


Page Properties
hiddentrue


Related issues


...