v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Assets

List assets

get/assets

Query parameters

pageinteger

Page number used while paginating the response

limitinteger

Number of items per page (50 maximum).

target_culturestring

Code of the data locale into which attribute's values must be retrieved or pushed If empty, default locale from the account will be used.

active-onlyboolean

When true then then only active elements are retrieved

Default value : true

updated_at_minstring

Accepted datetime format is "Y-m-d H:i:s". For API, dates are UTC formatted and not Europe/Paris formatted. If any, only documents updated after this value will be rendered in the response.

Headers

quable-codesstring

List of codes separated by commas in order to filter on those specific documents. Encoding the codes individually before separating them with commas helps prevent abnormal behaviors that can be caused by the presence of special characters.

Response

Success

Example response

{
  "data": [
    {
      "included": [
        {
          "values": [
            {
              "label": "Quable"
            }
          ]
        }
      ]
    }
  ],
  "included": [
    {
      "values": [
        {
          "label": "Quable"
        }
      ]
    }
  ]
}
All 198 operations