curl --location --request GET '/api/rest/v1/reference-entities'
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"self": {
"href": "string"
}
},
"_embedded": {
"items": [
{
"_links": {
"image_download": {
"href": "string"
},
"self": {
"href": "string"
}
},
"code": "brands",
"image": "0/2/d/6/54d81dc888ba1501a8g765f3ab5797569f3bv756c_ref_img.png",
"labels": {
"en_US": "Brands",
"fr_FR": "Marques"
}
}
]
}
}
search_after
pagination method type. Should never be set manually, see Pagination section