Read One Resource Attribute
GET {{apiPath}}/environments/{{envID}}/resources/{{resourceID}}/attributes/{{resourceAttrID}}
To get data for a single custom attribute resource, the GET /environments/{{envID}}/resources/{{resourceID}}/attributes/{{resourceAttributeID}}
operation returns data for the resource attribute identified by its ID in the request URL.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/resources/faac7db8-67ce-44aa-8ae0-5ae672f5b8bf/attributes/84c17bdd-1aa4-4902-bea7-4e05fa853286"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"resource":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/resources/faac7db8-67ce-44aa-8ae0-5ae672f5b8bf"}},"id":"84c17bdd-1aa4-4902-bea7-4e05fa853286","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"email","value":"${user.email}","type":"CUSTOM","resource":{"id":"faac7db8-67ce-44aa-8ae0-5ae672f5b8bf"}}