The qualifications endpoints have been deprecated as Qualifications Management has been renamed Certifications Management. Use the certification holders endpoints to access this data.
Returns a list of the employees or contractors that hold the specified qualification.
A comma separated list of tag:value search parameters, a colon separator performs an exact match, a percent separator performs a starts-with search and greater/less than search number/date ranges.
List of employees or contractors that hold the qualification
Access denied to this resource
Resource not found
Internal server error
curl -i -X GET \ https://api.whosonlocation.com/v1/qualification/:id/holder
[- {
- "id": 218,
- "created": "2021-11-26T14:37:12+13:00",
- "modified": "2021-11-30T14:37:12+13:00",
- "certification_id": 1205,
- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900",
- "holder_name": "Robert Jordan",
- "holder_email": "example-email@whosonlocation.com",
- "certification_name": "Window Fitting Licence",
- "type": "Licence",
- "documents": 1
}
]
Adds a new qualification holder association.
Information use to create the qualification holder association:
Qualification holder created
Access denied to this resource
Internal server error
{- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900"
}
{- "id": 218,
- "created": "2021-11-26T14:37:12+13:00",
- "modified": "2021-11-30T14:37:12+13:00",
- "certification_id": 1205,
- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900",
- "holder_name": "Robert Jordan",
- "holder_email": "example-email@whosonlocation.com",
- "certification_name": "Window Fitting Licence",
- "type": "Licence",
- "documents": 1
}
Retrieves the details of a specific qualification holder.
List of employees or contractors that hold the qualification
Access denied to this resource
Resource not found
Internal server error
curl -i -X GET \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid
{- "id": 218,
- "created": "2021-11-26T14:37:12+13:00",
- "modified": "2021-11-30T14:37:12+13:00",
- "certification_id": 1205,
- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900",
- "holder_name": "Robert Jordan",
- "holder_email": "example-email@whosonlocation.com",
- "certification_name": "Window Fitting Licence",
- "type": "Licence",
- "documents": 1
}
Updates a qualification holder's details.
Information use to create the qualification holder association
Updated resource
Access denied to this resource
Internal server error
{- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900"
}
{- "id": 218,
- "created": "2021-11-26T14:37:12+13:00",
- "modified": "2021-11-30T14:37:12+13:00",
- "certification_id": 1205,
- "record_id": 823431,
- "record_type": "staff",
- "validfrom": "2021-11-27",
- "validto": "2022-11-27",
- "certification_number": "WFL900",
- "holder_name": "Robert Jordan",
- "holder_email": "example-email@whosonlocation.com",
- "certification_name": "Window Fitting Licence",
- "type": "Licence",
- "documents": 1
}
Deletes the specified qualification holder association record.
Qualification holder deleted
Access denied to resource
Resource not found
Internal server error
curl -i -X DELETE \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid
Retrieves a list of documents for a specified qualification holder and specified qualification.
List of qualification holder documents
Access denied to resource
Resource not found
Internal server error
curl -i -X GET \ https://api.whosonlocation.com/v1/qualification/:id/holder/:hid/document
[- {
- "id": 70,
- "modified": "2021-11-29T08:12:24+13:00",
- "name": "file-example",
- "type": "pdf",
- "size": 469513,
}
]