Custom Table Data (Employees)
GET {{base_url}}/employee/:Employee/customTable/:CustomTable
Use this endpoint to retrieve a specified custom table for 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":"00016","Seq":"b77e938b1dde4a7db8bf18f0e12256c9","CustCol1Character":"z","CustCol2Number":2},{"Employee":"00016","Seq":"328a0dc1987946ba9641ae79c647bc32","CustCol1Character":"a","CustCol2Number":7},{"Employee":"00016","Seq":"0c9d4b6ff90f47eb873fdf4b857b652a","CustCol1Character":"m","CustCol2Number":10}]