/api/hub/v2/employees/{{uniqueID}}/{{dataset}}
GET {{siteUrl}}/api/hub/v2/employees/{{uniqueId}}/{{dataset}}
Retrieves all the fields for the given employee at a particular date. If the date is not given, then all the records for all data sets will be retrieved.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| date | null | Date at which the data set records shall be retrieved (optional) | |
| key | null | The key of the data set. It needs to be in the format format {{key}} or {{key}}{{subkey}} (optional) | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Accept | string |