Read One Language
GET {{apiPath}}/environments/{{envID}}/agreements/{{agreementID}}/languages/{{languageID}}
To get information about a single agreement language, use the GET /environments/{{envID}}/agreement/{{agreementID}}/languages/{{languageID}}
endpoint operation to return data only for the agreement language resource with the specified ID.
This request supports the expand
parameter to show additional information in the _embedded
resource list. Supported properties for resource expansion are revision
and currentRevision
.
Parameter | Description |
---|---|
expand | Shows additional information in the _embedded resource list. Options are revision and currentRevision . |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/agreements/43eb5621-eae8-4fa1-aafb-2a884d6848cb/languages/a00abf13-22fc-4d66-a89e-7f6abb1d323f"},"agreement":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/agreements/43eb5621-eae8-4fa1-aafb-2a884d6848cb"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"a00abf13-22fc-4d66-a89e-7f6abb1d323f","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"displayName":"Language_1601679509","agreement":{"id":"43eb5621-eae8-4fa1-aafb-2a884d6848cb"},"enabled":true,"locale":"en-US"}