Client mobile app-Client onboarding

Number of APIs: 7

  1. Fetch all the workflow templates GET {{clientmobileappURL}}:5055/WorkflowService/workflowTemplates?access_token={{clientmobiletoken}}

  2. To fetch the onboarded workflow details GET {{clientmobileappURL}}:5055/WorkflowService/mobileApp/{{mobileappprofileid}}?access_token={{clientmobiletoken}}

  3. Get workflow templates based on workflow id GET {{clientmobileappURL}}:5055/WorkflowService/workflow/workflowTemplateDetails/{{mobileappworkflowid}}/No?&numberOfRecords=10&pageNumber=0&access_token={{clientmobiletoken}}

  4. Fetch the profile details GET {{clientmobileappURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{clientmobiletoken}}

  5. Link client to a workflow POST {{clientmobileappURL}}:5055/WorkflowService/workflowToProfiles?access_token={{clientmobiletoken}}

  6. Fetch all the available workflows GET {{clientmobileappURL}}:5055/WorkflowService/workflows?access_token={{clientmobiletoken}}

  7. To save the details in the workflow template PUT {{clientmobileappURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientmobiletemplatedetailsid}}?access_token={{clientmobiletoken}}