Retrieve attributes for a specific resource
GET/v2/attributes/:resourceType/:lookupKey/:lookupValue/attributes
Retrieve all custom attributes associated with a specific resource entity.
This endpoint provides access to extended properties and metadata for different entity types including products, categories, clusters, companies, contacts, and customers. Use flexible lookup methods to identify the target resource.
The response includes complete attribute data with values, type information, localized content, and metadata. Each attribute contains its value in the appropriate format based on the attribute description's type definition.
Supports various lookup methods for resource identification, making it easy to integrate with different system architectures and data access patterns.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved attributes for the specified resource
Invalid request parameters or validation errors
Authentication required - Invalid or missing OAuth2 token
Internal server error occurred while processing the request