Client web app-Client onboarding
Number of APIs: 8
-
To link a profile to workflow POST {{customerURL}}:5055/WorkflowService/workflowToProfiles?access_token={{custoken}}
-
Get workflow templates based on profileID and workflowID GET {{customerURL}}:5055/WorkflowService/workflowByprofile/{{profileid}}/{{workflowid}}?access_token={{custoken}}
-
View the workflow template details of profile GET {{customerURL}}:5055/WorkflowService/workflow/workflowTemplateDetails/{{workflowid}}/No?&numberOfRecords=10&pageNumber=0&access_token={{custoken}}
-
To save the details in workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid0}}?access_token={{custoken}}
-
To save the details in next workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid1}}?access_token={{custoken}}
-
Fetch the profile details GET {{customerURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{custoken}}
-
View the list of workflows GET {{customerURL}}/WorkflowService/workflows?access_token={{custoken}}
-
Fetch all the workflow templates GET {{customerURL}}:5055/WorkflowService/workflowTemplates?access_token={{custoken}}