Get list of families
GET
/api/rest/v1/families
Family
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/families'
Response Response Example
200 - Example 1
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"attribute_as_image": "picture",
"attribute_as_label": "name",
"attribute_requirements": {
"ecommerce": [
"sku",
"name",
"description",
"price",
"color"
],
"tablet": [
"sku",
"name",
"description",
"price"
]
},
"attributes": [
"sku",
"name",
"description",
"price",
"color",
"picture"
],
"code": "caps",
"labels": {
"en_US": "Caps",
"fr_FR": "Casquettes"
}
}
]
}
}
Request
Query Params
search
stringÂ
optional
page
integerÂ
optional
page
pagination method type. Should never be set manually, see Pagination sectionlimit
integerÂ
optional
with_count
stringÂ
optional
Responses
Modified at 2023-08-15 05:53:55