Employee Credential
GET {{base_url}}/employee/:Employee/credentials/:RecordID
Use this endpoint to retrieve a specific credential associated with an employee in the Employees hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"RecordID":"3493A02A5A0645FA9DD34B148360901F","Seq":2,"Employee":"00001","Registration":"AIA","RegistrationType":"","DateEarned":"2000-02-01T00:00:00.000","StateRegistered":"MA","CountryRegistered":"US","RegistrationNo":"8459213","DateExpires":"2005-01-30T00:00:00.000"}]