Read All Plans

GET {{apiPath}}/environments/{{envID}}/propagation/plans

The GET /environments/{{envID}}/propagation/plans endpoint returns a list of all propagation plan resources associated with the specified environment resource.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"_embedded":{"plans":[{"id":"e9b6f9c5-64f6-4664-8838-7b77e2d5de3a","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Default Plan"}]},"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/propagation/plans"}}}