Where may I find some example results for these 2 calls?
STEP 7 - SEQ-CASE-INVESTIGATE-RESULTS
STEP 8 - SEQ-CASE-INVESIGATE-WORLD-CHECK-PROFILE
I've seen explanations on their purpose, but not examples.
thanks, Eran
Where may I find some example results for these 2 calls?
STEP 7 - SEQ-CASE-INVESTIGATE-RESULTS
STEP 8 - SEQ-CASE-INVESIGATE-WORLD-CHECK-PROFILE
I've seen explanations on their purpose, but not examples.
thanks, Eran
We do not have examples for the mentioned API calls.
Kindly call the API calls in Postman to see their respective JSON response so that you can have an idea of the response being returned from them.
STEP 7 - SEQ-CASE-INVESTIGATE-RESULTS: Returns the results set/matches of the case system Id which was supplied to the API call.
STEP 8 - SEQ-CASE-INVESIGATE-WORLD-CHECK-PROFILE: This returns the complete world check profile of the match found in STEP 7. You can use the referenceId found in the response of the STEP 7 as the world check profile Id to pull the world check profile of that particular world check profile Id.
Thanks.