Skip to main content

Get Terms Of Use

Provides the Terms Of Use for the given Applications in the given locales. If no applicationId is given Terms Of Use for all applications will be provided. If there are no Terms Of Use for given applicationId the application will be ignored. If no locale is given Terms Of Use for all available languages will be provided. If there are no Terms Of Use for given locale the response will fallback to the english URL but keep the requested locale.

Query Parameters
  • applicationId uuid[]

    Id of the tapio application

  • locale string[]

    Two letter language code according to ISO 639-1:2002

Responses

Successful


Schema
  • data object[] nullable
  • Array [
  • applicationId uuid

    The ID of the application in tapio

  • version string nullable

    The version of the most recently published Terms Of Use

  • locale string nullable

    The locale of the language in which the Terms Of Use are written

  • url uri nullable

    The URL to the most recently published Terms Of Use

  • ]
  • totalCount int32

    The total count of the Terms Of Use

Loading...