Get workflow templates based on profileID and workflowID
GET {{customerURL}}:5055/WorkflowService/workflowByprofile/{{profileid}}/{{workflowid}}?access_token={{custoken}}
- After linking a profile to the workflow we can check the workflow templates based on profileID and workflowID.
- We must provide the exact profileID of a profile that has been linked to a workflow, as well as the workflowID in the service.
- Run the services Fetch the profile details and View the list of workflows services before using this service so that those id's will automatically get applied in the service call.
- As a result, we'll get the workflow profile id, which is useful for viewing a profile's workflow template details. Run this service just once since it has a test script defined to turn the workflow profile id into a global variable so that other necessary services can utilize it.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |