Read All Schemas

GET {{apiPath}}/environments/{{envID}}/schemas

The following sample shows the GET /environments/{{envID}}/schemas operation to return a list of all schema resources for the specified environment.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas"}},"_embedded":{"schemas":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401"},"attributes":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes"}},"name":"User","description":"User resource stored in the directory","id":"6497b7af-99d1-4217-8a82-057fcc3b7401","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}}]},"count":1,"size":1}