Get all workflow changelog records
Returns workflow changelog records matching the specified filters, sorted by event date descending. Accessible to any user with read access to the specified entry.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
space_id
ID of the space in form of a string
environment_id
ID of the environment in form of a string
Query parameters
entity.sys.linkType
This must equal "entry"
entity.sys.id
ID of the entry for which the workflow was executed
workflow.sys.id
ID of the associated workflow
eventAt[lte]
Filter records based on their occurrence before or on the specified ISO 8601 date
eventAt[gte]
Filter records based on their occurrence after or on the specified ISO 8601 date
workflowDefinition.sys.id[in]
Comma-separated list of workflow definition IDs used to filter records
skip
The number of elements to skip before returning matching changelog records
limit
Limit the number of changelog records being returned in the response
Response headers
Content-Type
Content-Type
Response
OK - Request successful