Hi Team, I need to fetch sanctioned results for an Induvidual, say Jane Doe from WC1 API. Therefore, is it necessary to make service calls as per below steps?
1.Get Group(s)
2.Create a Case of Individual/Organization/Vessel type, under above fetched Group(s),
3.Send case into asynchronous screening queues
4.Validate screening if is finished, by sending Audit events of type SCREENED_CASE.
5.Fetch results after completion of screenings
6.Fetch complete details of each profile present in above results.