Design a Solution DB
Design Process flow
Create REST Provider End-point
Publish the Provider in WebFrom
...
Type API Version, for example, your API version can be 1
Type the resource end path URL in the Resource End Path field. The URL can be static or dynamic. Static URL example: /get/FileQueueDetails
Select the process flow name to trigger with the web service from the Process Flow Name field.
Set parameterName attribute of the context source should be restRequest
searchQuery - To enable the Advanced Search option
start_date - Advanced search criteria
end_date - Advanced search criteria
start - Pagination control in the user interface
Note:
The above variables need to be bound in the user interface to process requests from the user.
Select the process flow name to trigger with the web service from the Process Flow Name field.
...
To add methods to your activity, click Add Method and do the following.
In this use case, you need to select GET as the method type.
...
Select the Response Schema ( Example, we are opting for the schema that has been utilized in the process flow as the target schema)
Save it.
...