Versions Compared

Key

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

...

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.

...