Get onboard filter by workflowid
GET {{backofficeURL}}/WorkflowService/onboardFilter?numberOfRecords=50&pageNumber=0&access_token={{useraccessToken}}&workflowId={{workFlowID}}
For every workflow template there will be a workflowTemplateDetailsId, By using this service, we can fetch the workflowTemplateDetailsId, which is required to verify a workflow.
Run this service just once, since it has a test script defined to fetch a specific workflowTemplateDetailsId and turn the workflowTemplateDetailsId into a environment variable so that other necessary services can utilize it.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
numberOfRecords | number | ||
pageNumber | number | ||
access_token | string | ||
workflowId | string |