Client web app-Client onboarding

Number of APIs: 8

  1. To link a profile to workflow POST {{customerURL}}:5055/WorkflowService/workflowToProfiles?access_token={{custoken}}

  2. Get workflow templates based on profileID and workflowID GET {{customerURL}}:5055/WorkflowService/workflowByprofile/{{profileid}}/{{workflowid}}?access_token={{custoken}}

  3. View the workflow template details of profile GET {{customerURL}}:5055/WorkflowService/workflow/workflowTemplateDetails/{{workflowid}}/No?&numberOfRecords=10&pageNumber=0&access_token={{custoken}}

  4. To save the details in workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid0}}?access_token={{custoken}}

  5. To save the details in next workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid1}}?access_token={{custoken}}

  6. Fetch the profile details GET {{customerURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{custoken}}

  7. View the list of workflows GET {{customerURL}}/WorkflowService/workflows?access_token={{custoken}}

  8. Fetch all the workflow templates GET {{customerURL}}:5055/WorkflowService/workflowTemplates?access_token={{custoken}}