A comprehensive overview of a supplier’s information, including their capabilities, competitors and market landscape.
List Dossiers
GET /v2/collections/{collectionId}/dossiers/
endpoint, you can retrieve a list of dossiers in a collection.Listing dossiers by collection
Check status of a dossier
lastTaskStatus
field in the dossier response. If the status is COMPLETED
, then the
dossier is ready to be viewed.Displaying the dossier
GET /v2/collections/{collectionId}/dossiers/{agentId}
endpoint:Retrieving a dossier by ID
agentId
is the unique identifier for the dossier, which you can get from the list of dossiers.Each dossier data structure has the field agentId
which can be used below.