Retrieve a specific attribute by resource and attribute identifiers
GET/v2/attributes/:resourceType/:lookupKey/:lookupValue/attributes/:attributeLookupKey/:attributeLookupValue
Retrieve a single attribute using precise resource and attribute identification.
This endpoint provides targeted attribute access by combining resource lookup with attribute-specific identification. Perfect for retrieving specific attribute values when you know both the resource and the attribute you need.
The response includes complete attribute data with typed values, metadata, timestamps, and relationship information. Supports flexible lookup methods for both resource and attribute identification.
Use this endpoint when you need to access a specific attribute value rather than all attributes for a resource.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved the specified attribute
Invalid request parameters or validation errors
Authentication required - Invalid or missing OAuth2 token
Internal server error occurred while retrieving the attribute