For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
9 1 3 6

In the /cases/{caseSystemId}/auditEvents endpoint how does one get all events?

Supplying a empty or {} body returns nothing. {"filter":null} seems to work. Can you confirm that returns all events.

world-checkworld-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
3.1k 16 7 7

Hi @Fran Dugger,

The documentation is a good place to start for questions

The enumerations are documented, use swagger and in the YAML schema (lines #3306 & #565) v2.0.

e.g. actionType=='ASSIGN_CASE'

OR

actionType=in=('ASSIGN_CASE', 'NEW_MATCH')

No actionType will assume all actions.

Hope this helps,

Brian

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea