question

Upvotes
Accepted
9 3 5 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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
3.1k 18 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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