Instead of requesting each check element individually, you can generate a consolidated report for a screening that returns every element in one response. Choose the format that best fits your workflow.
POST https://api.peoplecheck.com/screenings/{id}/report/{type}

Path parameters

number
required
Identification of the screening process.
string
required
Type of result report. One of json, xml, or pdf.

Request

Response

The payload contains every check element in the screening, keyed by element name. Elements that haven’t finished yet return a message instead of a result.
Response
Which elements appear in the report depends on the package used for the screening. To retrieve a single element on its own, use the individual check element endpoints.