View all Gateway Business Flows
get
/primeapi/restapi/pims/flows/list?flowDefinitionId={flowDefinitionId}&isUser={isUser}
This endpoint returns all Gateway business flows.
Request
Query Parameters
-
flowDefinitionId: integer(int64)
ID of flow definition object.Default Value:
-1
-
isUser(optional): boolean
Use current user name if 'true'.Default Value:
false
Response
Supported Media Types
- application/json
200 Response
successful operation
The flow object associated with a flow instance.
Root Schema : Flow
Type:
object
The flow object associated with a flow instance.
404 Response
The requested Gateway business flow does not exist, or you do not have access to it.