The qualifications endpoints have been deprecated as Qualifications Management has been renamed Certifications Management. Use the certification holder documents endpoints to access this data.
Adds a new qualification holder document.
Document added
Access denied to this resource
Internal server error
curl -i -X POST \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid/document \ -H 'Content-Type: multipart/form-data' \ -F file=string
Retrieves a qualification holder document, filtering with the provided ID.
The specified document to be retrieved
Access denied to resource
Resource not found
Internal server error
curl -i -X GET \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid/document/:did
{- "id": 70,
- "modified": "2021-11-29T08:12:24+13:00",
- "name": "file-example",
- "type": "pdf",
- "size": 469513,
}
Deletes the specified qualification holder document.
Document deleted
Access denied to resource
Resource not found
Internal server error
curl -i -X DELETE \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid/document/:did