Fetch all the workflow templates

GET {{clientmobileappURL}}:5055/WorkflowService/workflowTemplates?access_token={{clientmobiletoken}}

  • Using this service, we can fetch the list of available workflow templates.
  • Using this service we can fetch the template id which is necessary to verify the workflow template details.
  • Run this service just once since it has a test script defined to fetch a specific workflow template id and turn the template id into a global variable so that other necessary services can utilize it.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring