Get workflow profile id
GET {{backofficeURL}}/WorkflowService/mobileApp/{{profileID}}?access_token={{useraccessToken}}
- Using this service, we can fetch the workflowProfileID which is required to verify a workflow.
- Run this service just once, since it has a test script defined to fetch a specific workflowProfileID and turn the workflowProfileID into a environment variable so that we can utilize it while verifying a workflow.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |