Get list of attribute groups
GET
/api/rest/v1/attribute-groups
Attribute group
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/attribute-groups'
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"
}
},
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"code": "marketing",
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
},
"sort_order": 4
}
]
}
}
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