Get Changed Employee Table Data

Returns table data for employees that have changed since the given timestamp. This is an optimization to avoid downloading all table data for all employees. It operates on an employee-last-changed-timestamp, which means that a change in ANY field in the employee record will cause ALL of that employee's table rows to show up via this API. The response includes the table rows grouped by employee ID with their last-changed timestamps.

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

The name of the table to retrieve changed data for (e.g., jobInfo, compensation).

Query Params
date-time
required

ISO 8601 timestamp (URL-encoded). Only employees changed since this timestamp will be returned.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

The since parameter is missing or is not a valid ISO 8601 date.

404

The specified table does not exist.

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