Gateway Flows REST Endpoints
Gateway Flows
The Gateway Flow service enables you to create, view, update, and delete Gateway business flows.
- Create a Gateway Business Flow
- Method: postPath:
/primeapi/restapi/pims/flows - Delete a Gateway Business Flow
- Method: deletePath:
/primeapi/restapi/pims/flows/{id} - Update a Gateway Business Flow
- Method: putPath:
/primeapi/restapi/pims/flows/{id} - View a Gateway Business Flow
- Method: getPath:
/primeapi/restapi/pims/flows/{id} - View all Gateway Business Flows
- Method: getPath:
/primeapi/restapi/pims/flows/list?flowDefinitionId={flowDefinitionId}&isUser={isUser}