Skip to main content

Get a Tag by ID

GET 

/api/tags/:id

Get a Tag by ID

Request

Path Parameters

    id integerrequired

Responses

A Tag object

Schema
    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

Loading...