Read All Applications
GET {{apiPath}}/environments/{{envID}}/applications
The GET /environments/{{envID}}/applications
endpoint returns a list of all application resources for the specified environment resource.
Note: The PINGFEDERATESSO platform application is created automatically for environments in PingOne that contain PingFederate. It is deleted when PingFederate is removed from the environment. The PINGFEDERATESSO platform application is not returned through a GET request. However, it does contain a client secret that can be returned through the API. For information about getting an application's client secret, see Application Secret.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications"}},"_embedded":{"applications":[{"_links":{"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/fb955fe0-9b00-4bd3-a64e-6054dc95eae3"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"id":"fb955fe0-9b00-4bd3-a64e-6054dc95eae3","name":"PingOne Admin Console","description":"The admin console application which is used to manage this environment's configuration and identity data.","enabled":true,"type":"PING_ONE_ADMIN_CONSOLE","accessControl":{"role":{"type":"ADMIN_USERS_ONLY"}},"icon":{"id":"a3d073bc-3108-49ad-b96c-404bea59a1d0","href":"https://assets.pingone.com/ux/ui-library/4.18.0/images/logo-pingidentity.png"},"protocol":"OPENID_CONNECT","createdAt":"2021-02-25T23:51:49.790Z","updatedAt":"2021-02-25T23:51:49.790Z","pkceEnforcement":"OPTIONAL","tokenEndpointAuthMethod":"NONE"},{"_links":{"grants":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/b158e2b1-a936-4022-ad46-9c1dc61446cd/grants"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applications/b158e2b1-a936-4022-ad46-9c1dc61446cd"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"id":"b158e2b1-a936-4022-ad46-9c1dc61446cd","name":"PingOne Self-Service - MyAccount","description":"The self-service application where users can manage profile details, passwords, MFA devices, etc.","enabled":true,"type":"PING_ONE_SELF_SERVICE","icon":{"id":"a3d073bc-3108-49ad-b96c-404bea59a1d0","href":"https://assets.pingone.com/ux/ui-library/4.18.0/images/logo-pingidentity.png"},"protocol":"OPENID_CONNECT","createdAt":"2021-02-25T23:51:49.777Z","updatedAt":"2021-02-25T23:51:49.777Z","pkceEnforcement":"OPTIONAL","tokenEndpointAuthMethod":"NONE"}]},"size":2}