v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBRetrieve changes for a project.
Get a list of changes for a given project using optional filters.
Query parameters
ID of the Project you want to list changes for.
A specific Change ID to filter by. Can be specified multiple times to include multiple specific changes.
Start of the time interval (inclusive) to list changes. The time is formatted in ISO 8601.
End of the time interval (exclusive) to look for changes. The time is formatted in ISO 8601.
Email of the user who made the change. Can be specified multiple times to include changes from multiple users.
The type of the entity. The entity_type must be one of the following : attribute, audience, campaign, environment, event, experiment, extension, feature, flag, group, list_attribute, metrics, page, project, report, rule, ruleset, section, tag, variation, variable, permission, team. Can be specified multiple times to include changes for multiple entity types.
The source of the change (UI or API)
Colon (:) delimited string containing the entity_type and entity_id of the entity wanted. The entity_type must be one of the following : attribute, audience, campaign, environment, event, experiment, extension, feature, flag, group, list_attribute, metrics, page, project, report, rule, ruleset, section, tag, variation, variable, permission e.g. ruleset:123, experiment:123. Can be specified multiple times to filter changes to a specific set of entities.
Optional pagination argument that specifies the maximum number of objects to return per request
Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.
Response
Returns changes.