Gateway Flow Instances REST Endpoints

Gateway Flow Instances
The Gateway Flow Instance service enables you to view Gateway flow instances.
View a Gateway Business Flow Instance
Method: get
Path: /primeapi/restapi/pims/flowInstances/{id}
View All Gateway Business Flow Instances
Method: get
Path: /primeapi/restapi/pims/flowInstances/list?flowId={flowId}&flowInstanceStatus={flowInstanceStatus}&isUser={isUser}&jobFilter={jobFilter}
View All of the Child Business Flow Instances of a Gateway Business Flow
Method: get
Path: /primeapi/restapi/pims/flowInstances/childrenOf/{id}