Get details of an employee - certificate association.
get
/connectedWorker/clientapi/v2/employees/{employeeId}/certificates/{certificateId}
This operation retrieves the details of an employee - certificate association.
Request
Path Parameters
-
certificateId: string
Certificate identifier
-
employeeId: string
Employee identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Employee - certificate association was successfully retrieved.
Root Schema : EmployeeCertificate
Type:
Show Source
object
-
certificateId:
string
Id of the certificate to associate with the employeeExample:
321
-
employeeId:
string
Id of the employee to associate the certificate withExample:
123123-54564-546456
-
expires:
string(date-time)
Date when the certificate will expire. Must be in the future and after the date when the certificate was issued. Note that if the certificate has expired, you have to update this field firstExample:
2020-11-29T09:38:25.267Z
-
issuedDate:
string(date-time)
Date when the employee has issued the certificateExample:
2019-11-29T09:38:25.267Z
-
links(optional):
array links
-
sendReminder(optional):
string(date-time)
Read Only:
true
Date when the reminder will be sent to the employeeExample:2019-11-29T09:38:25.267Z
Nested Schema : Link
Type:
Show Source
object
-
href:
string
The target resource's URI
-
rel:
string
Relation type