Get logs

GET {{url}}/workflowChangeLogs?=&sortBy=workflow:Asc, version:Asc, user:Asc, log:Asc, date: Asc&limit=50&offset=0&logType=3&workflow=workflow 1&from=2023-10-25&to=2023-11-25

Request Params

KeyDatatypeRequiredDescription
``null
sortBystringSorting according to the columns specify in the request
limitnumberLimit of records returning
offsetnumberAmount of skipped records
logTypenumberFilter by change log enum values
workflowstringName of workflow
fromstringDate associated with change of the workflow
tostring

RESPONSES

status: OK

{"totalRecords":12,"pageSize":20,"data":[{"id":"00000000-0000-0000-0000-000000000000","logType":"StepChanged","workflowName":"Create a job on email receive","workflowVersion":"1.0","user":"Brennen","date":"2023-10-25T12:17:00Z","details":["Step (Trigger) name changed from 'Send email' to 'Create a job'","Step (Action) name set to 'Create a job'","Step (Action) name is 'Create a job'","Application changed from 'Email' to 'OpCon'","Application event set to 'Create a Job'","Application config changed from 'Gmail' to 'OpCon'"]},{"id":"00000000-0000-0000-0000-000000000000","logType":"WorkflowPublished","workflowName":"Create a job on email receive","workflowVersion":"1.0","user":"Brennen","date":"2023-10-25T12:30:00Z","details":[]}]}