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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
9 2 4 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.

@Fran Dugger

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hi @Fran Dugger. Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks

AHS

@Fran Dugger

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

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.