Workflow Service
Changelog
Get Execution Workflow Change Log
1min
GET
PATH PARAMETERS
workflowId
string
*Unique ID of Execution workflow.
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique Request ID.
X-COREOS-TID
string
*Tenant ID.
X-COREOS-ACCESS
string
*Access Token.
X-COREOS-USERINFO
string
User Info.
QUERY PARAMETERS
from
EpochTimestamp
*Represents a date time as number of seconds elapsed since 00:00Hrs of 1st January 1970 UTC.
duration
integer
Number of days for which change log is to be returned.
limit
integer
Number of items to return.
offset
integer
Number of items to skip from start.
RESPONSES
200
Change Log response for Workflow.
WorkflowChangeLogResponse
error
Error
Error Information.
data
object
Example: [object Object]
request
Request
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
ErrorResponse
error
Error
Error Information.
request
Request


Updated 03 Aug 2023
Did this page help you?