v1

latestSwagger 2.02026-07-13137761.0 MB
Reference entity

Get list of reference entities

This endpoint allows you to get a list of reference entities. Reference entities are paginated.

get/api/rest/v1/reference-entities

Query parameters

search_afterstring

Cursor when using the search_after pagination method type. <strong>Should never be set manually</strong>, see <a href="/documentation/pagination.html">Pagination</a> section

Response

Return reference entities paginated

Example response

{
  "_embedded": {
    "items": [
      {
        "code": "brands",
        "labels": {
          "en_US": "Brands",
          "fr_FR": "Marques"
        },
        "image": "0/2/d/6/54d81dc888ba1501a8g765f3ab5797569f3bv756c_ref_img.png"
      }
    ]
  }
}