You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
An API endpoint to fetch all the Service Requests related to a workflow depending on the workflow ID
Example {host}/serviceRequests/id/{workflowID}?pagination&sortFields
The text was updated successfully, but these errors were encountered:
I suggest we change the serviceRequests API like below. Treating service requests collection as the resource, the API would cater to filter the service requests by workflow name or id. In addition, the change would also allow us to pass more than one workflow name and id and even allow mixing them.
GET /serviceRequests?workflowName=insurance_claim_demo_v1&workflowName=insurance_claim_demo_v2
Describe the solution you'd like
An API endpoint to fetch all the Service Requests related to a workflow depending on the workflow ID
Example
{host}/serviceRequests/id/{workflowID}?pagination&sortFields
The text was updated successfully, but these errors were encountered: