CurrentWhereAboutsRequest*
GET {{base_url}}/CurrentWhereAboutsRequest
Retrieves a list of all current whereabout profiles of an employee.
* See Request Names under the Conventions section of the Using the API Reference topic.
API
Whereabout API
Requires Authentication
Yes
Returns
List [EmployeeCurrentWhereabout]
Batch?
No
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
OnlyOutOfOffice | string | Optional. | |
| The flag that indicates whether or not the employees current whereabout is out of office. | |||
| If true, employees current whereabout is out of office. Otherwise, it is not. | |||
| NOTE: By default, this is automatically set to false if not specified. |
RESPONSES
status: OK
[{"Id":81498,"Date":"2023-01-09T00:00:00.000Z","WhereType":651,"AccessabilityType":1}]