Skip to main content

Get attributes

GET 

/attributes

This endpoint can be used to list all existing attributes. Results will be paginated. The default number of attributes per page is 12, but can be up to 100.

Request

Query Parameters

    page string

    Page number. integer, optional (default: 1)

    offset string

    Number of results per page. integer, optional (default: 20)

Responses

Get attributes - 200 (with results) / Get attributes - 200 (no results)

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object[]

  • Array [

  • class string
    defaultLanguage string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • group string
    id number

    isHidden

    object

    anyOf

    string

    isPublic

    object

    anyOf

    string

    isSearchable

    object

    anyOf

    string

    isSystem

    object

    anyOf

    string

    name string
    type string
    typeParam string

    units

    object[]

  • Array [

  • language string
    value string
  • ]

  • value undefined[]
  • ]

  • end number
    itemsFound number
    messages string[]
    offset number
    page number
    pages number
    start number
    total number
Loading...