View All Gateway Business Flow Instances
get
/primeapi/restapi/pims/flowInstances/list?flowId={flowId}&flowInstanceStatus={flowInstanceStatus}&isUser={isUser}&jobFilter={jobFilter}
This endpoint returns all Gateway business flow instances.
Request
Query Parameters
-
flowId: integer(int64)
ID of flow object.Default Value:
0
-
flowInstanceStatus: string
Status of flowInstance object.
-
isUser(optional): boolean
Flag of filter by current user.Default Value:
false
-
jobFilter(optional): integer(int64)
ID of flowInstance object.Default Value:
0
Response
Supported Media Types
- application/json
200 Response
successful operation
A reference to the flowInst business object.
Root Schema : FlowInstance
Type:
object
A reference to the flowInst business object.
404 Response
The requested Gateway budiness flow instance does not exist, or you do not have access to it.