Read All Decision Endpoints
GET {{apiPath}}/environments/{{envID}}/decisionEndpoints
The GET /environments/{{envID}}/decisionEndpoints
operation returns all policy decision endpoint resources associated with the environment.
This request supports the limit
parameter (for example, ?limit=1
).
Query parameter | Description |
---|---|
limit | Sets the number of records returned per page. |
sw (starts with) | Supports the name property. |
eq (equal to) | Supports the id , organization.id , license.id properties. |
and (logical AND) | Connects multiple filters on any supported property. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Sets the number of records returned per page. | |
sw | null | Starts with. Supports the name property. | |
eq | null | Equal to. Supports the id, organization.id and license.id properties. | |
and | null | Logical AND. Connects multiple filters on any supported property. |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"_embedded":{"decisionEndpoints":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/267365bd-4526-4e17-9a1d-4b8dd7776cbe"}},"id":"267365bd-4526-4e17-9a1d-4b8dd7776cbe","name":"Prod Endpoint","description":"Endpoint for use in production","authorizationVersion":{"id":"d7437c70-3082-11ee-80bd-adfbbca2bf5b"},"recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/40d77002-983a-48cd-87ae-a3af18c4942f"}},"id":"40d77002-983a-48cd-87ae-a3af18c4942f","name":"Test Endpoint 2","description":"Endpoint for use in tests","recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/41306031-5294-4dfe-81f7-2244d886a88a"}},"id":"41306031-5294-4dfe-81f7-2244d886a88a","name":"P1AZ Test","description":"","recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/54664ae8-9c01-40fb-b66b-bbab87a1f33e"}},"id":"54664ae8-9c01-40fb-b66b-bbab87a1f33e","name":"TEST","description":"A bootstrapped endpoint to be used in a test environment. Decisions made by this endpoint will reflect the initial state of the environment's policies unless changed. ","authorizationVersion":{"id":"d7437c70-3082-11ee-80bd-adfbbca2bf5b"},"recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/5aba640d-42e9-44ee-b3ba-f9e5bf37d468"}},"id":"5aba640d-42e9-44ee-b3ba-f9e5bf37d468","name":"PROD","description":"A bootstrapped endpoint to be used in a production environment. Decisions made by this endpoint will reflect the initial state of the environment's policies unless changed. ","authorizationVersion":{"id":"d7437c70-3082-11ee-80bd-adfbbca2bf5b"},"recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/940f0581-aa47-4a1a-996e-5c07dcc8e940"}},"id":"940f0581-aa47-4a1a-996e-5c07dcc8e940","name":"DEV","description":"A bootstrapped endpoint to be used for policy development. Decisions made by this endpoint will reflect the latest changes to the environment's policies.","recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/bcb106be-96fa-4479-b3ee-dbd7666e4da2"}},"id":"bcb106be-96fa-4479-b3ee-dbd7666e4da2","name":"Test Endpoint","description":"Endpoint for use in tests","authorizationVersion":{"id":"d7437c70-3082-11ee-80bd-adfbbca2bf5b"},"recordRecentRequests":false,"owned":false},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/decisionEndpoints/eb4e9f1f-d3c6-4104-8dd8-81bda82876af"}},"id":"eb4e9f1f-d3c6-4104-8dd8-81bda82876af","name":"Test Endpoint 1","description":"Endpoint for use in tests","authorizationVersion":{"id":"d7437c70-3082-11ee-80bd-adfbbca2bf5b"},"recordRecentRequests":false,"owned":false}]},"count":8,"size":8}