We are trying to achieve similar results as in the World Check UI for an application where we need to implement an integration.
What is the proper way to query for an organization? Different results seems to be produced. For example:
Querying World Check UI for a company, only two results are being returned.
In the REST API, when querying the screeningRequest end point, we get lots more results, whose relevance is marked as weak (no real match) and are not present in the World Check UI.
1. Is that the proper way of querying the screeningRequest REST end point?
2. What are the available providerTypes (seems to be some kind of enumeration) for the Body request for the screeningRequrst end point?
3. What does secondaryFields collection in the body request stands for? Is that an additional filter (couldn't find exact documentation on that)?