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

KeyDatatypeRequiredDescription
IdstringRequired.
(int32)
The identifier of the employee whereabout profile.
For information about Employee object, see Employee.
WhereTypestringOptional.
(int32)
The identifier of the associated whereabout type.
AccessabilityTypestringOptional.
(int32)
The identifier of the associated accessability type.

RESPONSES

status: OK

{"Id":81498,"Date":"2023-01-09T00:00:00.000Z","WhereType":5,"AccessabilityType":1}