The endpoint provides a method to retrieve the status of an individual course whether currently assigned or not. The requests are HTTP GET (RFC2616) and uses candidate_ref as a resource identifier identifying the candidate uniquely at HB and the course_id to identify the course for which the status is requested.If the candidate_ref is unknown the response should be HTTP 404 Not Found. If there’s no historical data from a previous assignment, the API should send an HTTP 204 No Content response.NOTE: API will return all dates in GMT (UTC+0) timezone only.
Request
Authorization
Add parameter in header
API-Key
Example:
API-Key: ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET '/training-results/{{candidate_ref}}/course/{{course_id}}' \
--header'API-Key: <api-key>'