Skip to main content

Get all domains

Retrieves all domains that are registered

Responses

OK


Schema array
  • id integer

    the id of the domain

  • slug string

    the slug of the domain

  • phenomenon object[]
  • id integer

    the id of the phenomenon

  • slug string

    the slug of the phenomenon

  • validation boolean

    boolean that is true if the information is validated by an admin

  • labelId integer

    unique identifier of the translation of the label

  • descriptionId integer

    unique identifier of the translation of the description

  • markdownId integer

    unique identifier of the markdown text

  • label object
  • item object[]
  • languageCode string

    languageCode for the language of the label. e.g. en, de,...

  • text string

    the label text

  • translationId integer

    unique identifier of the translation item

  • description object
  • item object[]
  • languageCode string

    languageCode for the language of the description. e.g. en, de,...

  • text string

    the description text

  • translationId integer

    unique identifier of the translation item

  • validation boolean

    boolean that is true if the information is validated by an admin