Client mobile app-Client onboarding
Number of APIs: 7
-
Fetch all the workflow templates GET {{clientmobileappURL}}:5055/WorkflowService/workflowTemplates?access_token={{clientmobiletoken}}
-
To fetch the onboarded workflow details GET {{clientmobileappURL}}:5055/WorkflowService/mobileApp/{{mobileappprofileid}}?access_token={{clientmobiletoken}}
-
Get workflow templates based on workflow id GET {{clientmobileappURL}}:5055/WorkflowService/workflow/workflowTemplateDetails/{{mobileappworkflowid}}/No?&numberOfRecords=10&pageNumber=0&access_token={{clientmobiletoken}}
-
Fetch the profile details GET {{clientmobileappURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{clientmobiletoken}}
-
Link client to a workflow POST {{clientmobileappURL}}:5055/WorkflowService/workflowToProfiles?access_token={{clientmobiletoken}}
-
Fetch all the available workflows GET {{clientmobileappURL}}:5055/WorkflowService/workflows?access_token={{clientmobiletoken}}
-
To save the details in the workflow template PUT {{clientmobileappURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientmobiletemplatedetailsid}}?access_token={{clientmobiletoken}}