Skip to main content

Get Metadata

GET 

/metaData/{type?}

Returns Metadata of the requested Company, all the public Metadata, and all the Metadata for which the Company is whitelisted. When the Company has no Metadata an empty array will be returned.

Request

Path Parameters

    type string

    Possible values: [normal, trashed, justtrashed]

    Default value: normal

    How to handle soft deleted ("archived") Metadata.

    "normal"
    Returns all the Metadata, except those which are soft deleted.
    "trashed"
    Returns all the Metadata, including those which are soft deleted.
    "justtrashed"
    Returns only the Metadata which are soft deleted.

Responses

Metadata found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the Metadata.

    name stringrequired

    Possible values: <= 255 characters

    The human readable name for the Metadata.

    shop_description string

    Additional info for the Metadata, i.e. the description of the Metadata.

    type stringrequired

    Possible values: [integer, string, date, enum, enumOther, boolean, values, seatSelect, phone]

    The type of the Metadata is related to UI that needs to be presented. The "seatSelect" type can only be set by an admin.

    extra string

    Possible values: <= 60000 characters

    Extra information which is required for the type, i.e. this is Laravel validation rules.

    copy_on_swap boolean

    When a ticket swap creates a new Ticket Type, whether the value of this Metadata should be copied to the new Ticket Type. If you are unsure, leave this false; incorrect usage could leak personal information.

    auto_fill_facebook string

    Possible values: [none, first_name, last_name, email, gender, date_of_birth, age, city, country]

    The Facebook input type to auto fill the Metadata. This has been disabled by Facebook.

    translate_name string

    The translated name. This property is calculated.

    translatable boolean

    Whether the Metadata is translatable or not.

  • ]

Loading...