v1

latestSwagger 2.02026-07-13137761.0 MB
Reference entity record

Get a record of a given reference entity

This endpoint allows you to get the information about a given record for a given reference entity.

get/api/rest/v1/reference-entities/{reference_entity_code}/records/{code}

Path parameters

reference_entity_codestring required

Code of the reference entity

codestring required

Code of the resource

Response

OK

codestring required

Code of the record

valuesobject

Record attributes values, see <a href='/concepts/reference-entities.html#focus-on-the-reference-entity-record-values'>Reference entity record values</a> section for more details

createdstring dateTime

Date of creation.

updatedstring dateTime

Date of the last update.

Example response

{
  "code": "kartell",
  "values": {
    "label": [
      {
        "locale": "en_US",
        "channel": null,
        "data": "Kartell"
      }
    ],
    "image": [
      {
        "locale": null,
        "channel": null,
        "data": "0/c/b/0/0cb0c0e115dedba676f8d1ad8343ec207ab54c7b_image.jpg"
      }
    ],
    "description": [
      {
        "locale": "en_US",
        "channel": null,
        "data": "Kartell, the Italian furniture company that sells modern and remarkable pieces of furnitures."
      },
      {
        "locale": "fr_FR",
        "channel": null,
        "data": "Kartell, l'éditeur de meuble italien spécialisé dans la signature de belle pièces au design contemporain."
      }
    ],
    "country": [
      {
        "locale": null,
        "channel": null,
        "data": "italy"
      }
    ],
    "collection_overview": [
      {
        "locale": null,
        "channel": null,
        "data": "5/1/d/8/51d81dc778ba1501a8f998f3ab5797569f3b9e25_img.png"
      }
    ],
    "creation_year": [
      {
        "locale": null,
        "channel": null,
        "data": "1949"
      }
    ]
  },
  "created": "2021-01-01T01:23:34+00:00",
  "updated": "2021-02-03T23:45:60+00:00"
}