Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Query Parameters
Whether to include the original data Bindbee fetched from the third-party to produce these models.
Whether to include custom fields in the response.
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.
Response
Successful Response
"018b18ef-c487-703c-afd9-0ca478ccd9d6"
The third-party API ID of the matching object.
"123321"
This is the datetime that this object was last updated by Bindbee
"2021-10-16T00:00:00Z"
The custom fields related to the model
{
"category_group": "REG",
"disability_type": "ASBERG",
"hire_date": "1991-03-16T00:00:00",
"hire_source": "REFER",
"nationality": "USA",
"original_hire_date": "1991-03-16T00:00:00"
}
This is the Raw data
{
"key_1": "Platform dependent data 1",
"key_2": "Platform dependent data 2"
}
The user who completed the course
The course that the user completed
The content that the user completed
The score obtained by the user
95
The grade achieved by the user. Possible values include: A, B, C, D, F, PASS, FAIL or - in cases where there is no clear mapping - the original value passed through
"PASS"
The date and time when the user started the course
"2025-08-01T10:00:00Z"
The date and time when the user completed the course
"2025-08-01T11:15:00Z"
The time duration of the course used by the user in ISO 8601 format
"PT1H15M"