A person can have a number of DBS (Disclosure and Barring Service) certificates assigned to them. These end points enable the query and creation of a DBS certificate record against a person record
Get DBS by Person ID
DBS Response
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "links": {
}, - "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "dbs",
- "attributes": {
- "checkNumber": 123456789012
}, - "relationships": {
- "person": {
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Add a DBS record to a person
DBS to be added
object |
DBS Response
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "dbs",
- "attributes": {
- "checkNumber": 123456789012
}, - "relationships": {
- "0": null,
- "person": {
- "data": {
- "id": "285f0a36-9ff3-4399-a47a-80e9bce56921",
- "type": "people"
}
}
}
}
}
{- "links": {
}, - "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "dbs",
- "attributes": {
- "checkNumber": 123456789012
}, - "relationships": {
- "person": {
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}