Skip to main content

Get a list of tags

GET 

/api/tags

Get a list of tags

Request

Query Parameters

    type string

    type of the tag

    order_by object

    order by clause

    per_page integer

    number of items per page

    page integer

    page number that you want (see meta for pagination infos)

Responses

Successful response

Schema
    data object[]required
  • Array [
  • id int64

    Unique identifier of the tag

    name object

    Name of the tag

    fr string

    Version française de cet attribut

    nl string

    Nederlandse versie van deze veld

    en string

    English version of this attribute

    de string

    Deutsche Version dieses Attributs

    icon object

    Object of translatable strings (please ensure that you manage correctly the type of the value). Keys are the language code (e.g. fr, nl, en, de). More infos on taxonomy here : https://bdl217-docs.collegedesproducteurs.be/docs/intro#taxonomy-lists

    fr string

    Version française de cet attribut

    nl string

    Nederlandse versie van deze veld

    en string

    English version of this attribute

    de string

    Deutsche Version dieses Attributs

    slug object

    Short human readable identifier (no accentuation + whitespaces replaced by hyphens)

    fr string

    Version française de cet attribut

    nl string

    Nederlandse versie van deze veld

    en string

    English version of this attribute

    de string

    Deutsche Version dieses Attributs

    ref_id string

    Reference id of the tag (used by the provider that created the tag). null if it's created internally

    ref_type string

    Reference type of the tag (used by the provider that created the tag). null if it's created internally

    type stringrequired

    Type of the tag (e.g. labels, uom, Allergen, etc..)

    order_column string

    Order by sequence within the tag type

    active boolean

    Active status of the tag (true or false)

    created_at string

    Date of creation of the tag

    updated_at string

    Date of last update of the tag

  • ]
  • current_page integer
    first_page_url string
    from integer
    last_page integer
    last_page_url string
    links object[]
  • Array [
  • url string
    label string
    active boolean
  • ]
  • next_page_url string
    path string
    per_page integer
    prev_page_url string
    to integer
    total integer
Loading...