Skip to main content

How do I get a list of risks available to me?

Comments

1 comment

  • Official comment
    Akhil Tomy

    You can our /Summary endpoint to get a list of risks.

    GET - Whitespace API on Swagger

    POST - Whitespace API on Swagger

    They will return the last 60 risks that were updated. If you then want to see the next 60 risks you will need to grab the "rootID" and "updatedAt" from the last risk in the response and then add them as parameters and make the call again, as repeat until you run out of risks.

    The POST version allows you to filter, see the Swagger for examples on how you can filter.

    Note that for each risk, you will get it rootID as well as "docs" array which lists a lot of relevant documents related to it, such as "RWPlacing" for all of the various risk stages it might have got to. So you will need to go through them and see which ones you are interested in.

Please sign in to leave a comment.

Powered by Zendesk