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_idstringRequired
ID of the space in form of a string
environment_idstringRequired
ID of the environment in form of a string

Query parameters

entity.sys.linkTypestringRequired
This must equal "entry"
entity.sys.idstringRequired
ID of the entry for which the workflow was executed
workflow.sys.idstringOptional
ID of the associated workflow
eventAt[lte]stringOptional
Filter records based on their occurrence before or on the specified ISO 8601 date
eventAt[gte]stringOptional
Filter records based on their occurrence after or on the specified ISO 8601 date
workflowDefinition.sys.id[in]stringOptional

Comma-separated list of workflow definition IDs used to filter records

skipdoubleOptional
The number of elements to skip before returning matching changelog records
limitdoubleOptional
Limit the number of changelog records being returned in the response

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful