Get list of reference entities
GET
/api/rest/v1/reference-entities
Reference entity
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/reference-entities'
Response Response Example
200 - Example 1
{
"_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"
}
}
]
}
}
Request
Query Params
search_after
stringÂ
optional
search_after
pagination method type. Should never be set manually, see Pagination sectionResponses
Modified at 2023-08-15 05:53:55