curl --request GET \
--url https://api.syntage.com/entities/{entityId}/background-checks \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/BackgroundCheck",
"@id": "/entities/91ab5678-1234-5678-9abc-def012345678/background-checks",
"@type": "hydra:Collection",
"hydra:member": [
{
"id": "91ab5678-1234-5678-9abc-def012345678",
"link": "/entities/91ab5678-1234-5678-9abc-def012345678",
"country": "MX",
"score": 85.5,
"status": "completed",
"scores": [
{
"id": "73de0123-4567-8901-bcde-f23456789012",
"category": "criminal_record",
"score": 92.3,
"status": "clean",
"recordsCount": 3
}
],
"databaseStatuses": [
{
"id": "64ef1234-5678-9012-cdef-345678901234",
"database": {
"id": "55f01234-5678-9012-cdef-345678901234",
"name": "Mexico Criminal Records Database",
"country": "MX"
},
"category": "criminal_record",
"status": "completed"
}
],
"files": [
{
"@id": "/files/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "File",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"type": "<string>",
"resource": "<string>",
"mimeType": "<string>",
"extension": "<string>",
"size": 40544,
"filename": "<string>",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
],
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z",
"@id": "/background-checks/91ab5678-1234-5678-9abc-def012345678",
"@type": "BackgroundCheck"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}Retrieves all background checks associated with a specific entity.
curl --request GET \
--url https://api.syntage.com/entities/{entityId}/background-checks \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/BackgroundCheck",
"@id": "/entities/91ab5678-1234-5678-9abc-def012345678/background-checks",
"@type": "hydra:Collection",
"hydra:member": [
{
"id": "91ab5678-1234-5678-9abc-def012345678",
"link": "/entities/91ab5678-1234-5678-9abc-def012345678",
"country": "MX",
"score": 85.5,
"status": "completed",
"scores": [
{
"id": "73de0123-4567-8901-bcde-f23456789012",
"category": "criminal_record",
"score": 92.3,
"status": "clean",
"recordsCount": 3
}
],
"databaseStatuses": [
{
"id": "64ef1234-5678-9012-cdef-345678901234",
"database": {
"id": "55f01234-5678-9012-cdef-345678901234",
"name": "Mexico Criminal Records Database",
"country": "MX"
},
"category": "criminal_record",
"status": "completed"
}
],
"files": [
{
"@id": "/files/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "File",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"type": "<string>",
"resource": "<string>",
"mimeType": "<string>",
"extension": "<string>",
"size": 40544,
"filename": "<string>",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
],
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z",
"@id": "/background-checks/91ab5678-1234-5678-9abc-def012345678",
"@type": "BackgroundCheck"
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:first": "<string>",
"hydra:next": "<string>",
"hydra:last": "<string>"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}Your API key is available in the Production and Sandbox dashboards.
The collection cursor pointer to the next page
The collection cursor pointer to the previous page
The number of items per page
1 <= x <= 1000Filter background checks by status Status of the background check:
pending, completed, error "completed"
Filter background checks by country Country scope for background check:
MX, ALL "MX"
Order by background check score
asc, desc "asc"
Order by resource creation date
asc, desc "asc"
Order by resource update date
asc, desc "asc"
Entity Background Checks
"/entities/91ab5678-1234-5678-9abc-def012345678/background-checks"
Show child attributes
"91ab5678-1234-5678-9abc-def012345678"
Entity link
"/entities/91ab5678-1234-5678-9abc-def012345678"
Country scope for background check:
MX, ALL "MX"
Overall background check score
85.5
Status of the background check:
pending, completed, error "completed"
Detailed scores by category
Show child attributes
"73de0123-4567-8901-bcde-f23456789012"
Category of background check:
affiliations_and_insurances, alert_in_media, behavior, business_background, criminal_record, driving_licenses, international_background, legal_background, personal_identity, professional_background, traffic_fines, vehicle_information, vehicle_permits, taxes_and_finances, politically_exposed_person, credit_history, document_validation, unknown "criminal_record"
Score for this category
92.3
Status of this category check
"clean"
Number of records found for this category
3
Status information for each database checked
Show child attributes
"64ef1234-5678-9012-cdef-345678901234"
Show child attributes
"55f01234-5678-9012-cdef-345678901234"
Display name of the database
"Mexico Criminal Records Database"
Country scope for background check:
MX, ALL "MX"
Category of background check:
affiliations_and_insurances, alert_in_media, behavior, business_background, criminal_record, driving_licenses, international_background, legal_background, personal_identity, professional_background, traffic_fines, vehicle_information, vehicle_permits, taxes_and_finances, politically_exposed_person, credit_history, document_validation, unknown "criminal_record"
Status of the database check
"completed"
Associated files including PDF reports
Show child attributes
File IRI reference
"/files/91106968-1abd-4d64-85c1-4e73d96fb997"
"91106968-1abd-4d64-85c1-4e73d96fb997"
40544
Date and time the resource was created
"2020-01-01T12:15:00.000Z"
Date and time the resource was last updated
"2020-01-01T12:15:00.000Z"
Date and time the resource was created
"2020-01-01T12:15:00.000Z"
Date and time the resource was last updated
"2020-01-01T12:15:00.000Z"
Background Check IRI reference
"/background-checks/91ab5678-1234-5678-9abc-def012345678"
The total number of items found
x >= 01
Pagination information
Show child attributes
Current page IRI reference
First page IRI reference. This property is omitted if there is no pagination.
Next page IRI reference. This property is omitted if there is no pagination.
Last page IRI reference. This property is omitted if there is no pagination.
Show child attributes