List brands available for asset creation
Returns the list of brands available for asset creation. Use the brand code when creating assets with category_code. Optionally filter by code, name (case-insensitive partial match), or active status.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
x >= 11 <= x <= 100Response
Paginated list of brands
Standard paginated response wrapper used by all list endpoints. Use pageNumber and size to paginate; stop when pageNumber >= totalPages.
Maximum number of items per page as requested
10
Total number of items matching the query across all pages
42
Total number of pages based on totalElements / size
5
Current page number, 1-based (first page = 1)
1
Items in the current page; may be fewer than size on the last page