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: post
Path: /primeapi/restapi/pims/flows
Delete a Gateway Business Flow
Method: delete
Path: /primeapi/restapi/pims/flows/{id}
Update a Gateway Business Flow
Method: put
Path: /primeapi/restapi/pims/flows/{id}
View a Gateway Business Flow
Method: get
Path: /primeapi/restapi/pims/flows/{id}
View all Gateway Business Flows
Method: get
Path: /primeapi/restapi/pims/flows/list?flowDefinitionId={flowDefinitionId}&isUser={isUser}