Employee Contacts
GET {{base_url}}/employee/:Employee/contacts
Use this endpoint to retrieve all contacts 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
[{"Employee":"00001","ContactID":"e8794dd089334d208dc4951cc8e8e553","Relationship":"","RelationshipDesc":"","ContactName":"Dave Miller","ContactStatus":"A"},{"Employee":"00001","ContactID":"c5c9be21df1e4936ac11476272c44275","Relationship":"","RelationshipDesc":"","ContactName":"Jackson Smith, Jr.","ContactStatus":"A"},{"Employee":"00001","ContactID":"f7b4895ef1654e6db85e5b4404908e78","Relationship":"","RelationshipDesc":"","ContactName":"Emily Walters","ContactStatus":"A"}]