Flow Identifier REST Endpoints

Resource/Flow Identifier
Create, get, update and delete flow identifiers.
Create a Flow Identifier
Method: post
Path: /flowIdentifier
Delete a Flow Identifier
Method: delete
Path: /flowIdentifier/{id}
Get a Flow Identifier by ID
Method: get
Path: /flowIdentifier/{id}
Get Flow Identifiers
Method: get
Path: /flowIdentifier
Update a Flow Identifier
Method: patch
Path: /flowIdentifier/{id}