Retrieve a specific attribute description by identifier
GET/v2/attribute-descriptions/:lookupKey/:lookupValue
Retrieve detailed information about an attribute description using flexible lookup methods.
This endpoint allows you to fetch attribute description metadata including:
- Localized names and descriptions
- Attribute type and validation rules
- Default values and configuration
- Visibility and access control settings
The lookup can be performed by ID or name, with name lookups recomended the attribute class to be specified for proper scoping.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully retrieved the attribute description
Invalid request parameters or validation errors
Authentication required - Invalid or missing OAuth2 token
Attribute description not found with the specified criteria
Internal server error occurred while retrieving the attribute description