CurrentWhereAboutRequest*
GET {{base_url}}/CurrentWhereAboutRequest?Id={{integer}}
Retrieves a current whereabout of a specific employee based on a given identifier.
* See Request Names under the Conventions section of the Using the API Reference topic.
API
Whereabout API
Requires Authentication
Yes
Returns
EmployeeCurrentWhereabout
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Required. | |
(int32) | |||
The identifier of the employee whereabout profile. | |||
For information about Employee object, see Employee. | |||
WhereType | string | Optional. | |
(int32) | |||
The identifier of the associated whereabout type. | |||
AccessabilityType | string | Optional. | |
(int32) | |||
The identifier of the associated accessability type. |
RESPONSES
status: OK
{"Id":81498,"Date":"2023-01-09T00:00:00.000Z","WhereType":5,"AccessabilityType":1}