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
Key | Datatype | Required | Description |
---|---|---|---|
`` | null | ||
sortBy | string | Sorting according to the columns specify in the request | |
limit | number | Limit of records returning | |
offset | number | Amount of skipped records | |
logType | number | Filter by change log enum values | |
workflow | string | Name of workflow | |
from | string | Date associated with change of the workflow | |
to | string |
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":[]}]}