Step 2: Read all flow policies
GET {{apiPath}}/environments/{{envID}}/flowPolicies
This example shows the GET /{{envID}}/flowPolicies
operation to list all available flow policies. These are the flow policies that you defined in the DaVinci Flow Studio UI. The flowPolicies
endpoint identifies the DaVinci flow policy resources defined in the specified environment.
In this request:
{{envID}}
represents your environment ID.The request returns an embedded list of flow policies, showing the policy
name
andid
properties. You'll need to copy the flow policy ID value for use in the next step.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |