Attributes
List application attributes
Retrieves all attributes for the current application with support for pagination, filtering by template keys, searching by name, and sorting by various fields.
GET
Error
Query Parameters
Filter attributes by template keys (e.g., template_key=color&template_key=size)
Filter attributes by ID (e.g., id=uuid1&id=uuid2)
Search term to filter attributes by name
Sort order. Should be one of ASC or DESC. Default DESC
The key to sort on. Can be one of name, created_at, updated_at, key. Default created_at
Page number (default is 1)
Amount of attributes per page. Minimum 1 and max 100 (default is 20)
Error