employees/{id}/certificates
Retrieve a list of certificates by employee id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Employee Id set by ECMS |
integer |
Required |
Body Parameters
None.
Response Information
Standard Responses
Name | Description | Type | Additional information |
---|---|---|---|
pagingInfo | PagingInfoDto |
None. |
|
values | Collection of CertificateApiDto |
None. |
|
links | Collection of LinkDto |
None. |
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|---|---|---|
404 - NotFound | No such employee exists |
None. |
None. |