v1
latestOpenAPI 3.0.12026-08-041753011.2 MBUpdated entities (Experimental)
Retrieves records that were updated within the specified date range.
The date range is determined by the two parameters: start and end.
💡 Note
If an entity is both created and updated within the requested date range, it will be excluded from the /updated endpoint results.
Path parameters
Represents workspace identifier across the system.
Represents workspace identifier across the system.
Query parameters
Specifies the type of document to be retrieved. Expected values are ${changetracker.update.documentation.description}.This parameter can accept multiple values, and at least one option must be provided. Based on the input, the application will return results corresponding to the selected document types.
Specifies the type of document to be retrieved. Expected values are CLIENTS, PROJECTS, TAGS, TASKS, SCHEDULED_ASSIGNMENT, TIME_ENTRY, TIME_ENTRY_RATE, TIME_ENTRY_CUSTOM_FIELD_VALUE, CUSTOM_FIELDS, USER, USER_GROUPS, INVOICES, APPROVAL_REQUESTS, BALANCE, HOLIDAYS, PTO_POLICY, TIME_OFF_REQUEST.This parameter can accept multiple values, and at least one option must be provided. Based on the input, the application will return results corresponding to the selected document types.
[ "TIME_ENTRY" ]
Represents the start date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no start date is provided, the application will set a default start date that matches the end date to create a date range of 30 days. If the end date is not specified either, the default behavior will apply from the current date.
Represents the start date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no start date is provided, the application will set a default start date that matches the end date to create a date range of 30 days. If the end date is not specified either, the default behavior will apply from the current date.
Represents the end date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no end date is provided, the application will set a default end date that matches the start date to create a date range of 30 days.
Represents the end date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no end date is provided, the application will set a default end date that matches the start date to create a date range of 30 days.
Response
OK