Get category facets
Retrieves the names and IDs of the categories facets.
⚠️ This endpoint returns a maximum of 50 items per response, so the difference between _from and _to should not exceed this number. The result order is descending, from the highest product ID to the lowest.
Response body example:
[
[
{
"Name":"Tamanho Global",
"Id":45
},
{
"Name":"Percentuals",
"Id":25
}
]
]
Path parameters
Category unique number identifier.
Query parameters
Starter page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.
Finisher page range. These parameters allow the API to be paginated. Take into account that the initial and final pages cannot have a separation superior to 50 pages. Thus, it will be displayed 50 items per page.
Headers
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Describes the type of the content being sent.
Response
OK
Example response
[
{
"Name": "Tamanho Global",
"Id": 45
}
]