Get Updated Employees IDs

Get information about recent updates to employees' records. This API enables users to identify employees who have been added, changed, or deleted within a specified timeframe. If the "since" date parameter is set to a date prior to the employee's creation date, the API will provide the date when the employee was initially "inserted" into the system. On the other hand, if the "since" date is set to a date after the employee's creation date, the API will return the date when the employee was last "updated". "Since" date into the param and "Last Change Date" in the reponse is in UTC Format.

UTC, stands for Coordinated Universal Time, is a standard timekeeping system used globally. The UTC datetime format follows a specific structure to represent dates and times. The format is as follows:

YYYY-MM-DDTHH:MM:SSZ

Here's a breakdown of the elements in the UTC datetime format:

YYYY: Represents the four-digit year.
MM: Represents the two-digit month (01 for January, 02 for February, and so on).
DD: Represents the two-digit day of the month.
T: Separates the date portion from the time portion.
HH: Represents the two-digit hour in 24-hour format (00 for midnight, 01 for 1 AM, and so on).
MM: Represents the two-digit minute.
SS: Represents the two-digit second.
Z: Indicates that the datetime is in UTC by adding the "Z" at the end.
For example, the UTC datetime format for May 24, 2023, at 12:30 PM and 45 seconds would be represented as:

2023-05-24T12:30:45Z

Please note that the UTC datetime format does not account for time zone offsets. It represents the date and time in a standardized, universal format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
date-time
required

Since date for record retrieval

Query Params
changeType
array of strings

The employee's record change type

changeType
Allowed:
int32
required

Page number for pagination

int32
required

Number of records per page

Headers
string
required

The company unique identifier

Responses

400

In case the request has some invalid parameter.

401

In case Security key is not provided or invalid.

500

In case system is unable to fulfil the request due to some internal error.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*