Skip to content

MetaApi

All URIs are relative to http://localhost

Method HTTP request Description
metaGetLanguages GET /{tenantId}/directory/meta/languages Returns the Languages supported by the platform for Written and Spoken translation.
metaGetTimeZones GET /{tenantId}/directory/meta/timezones Returns the timezones supported in the system.
metaGetWeatherCategories GET /{tenantId}/directory/meta/weather/categories Retrieve supported weather categories.

metaGetLanguages

AvailableLanguagesResponse metaGetLanguages(tenantId)

Returns the Languages supported by the platform for Written and Spoken translation.

Parameters

Name Type Description Notes
tenantId String [default to null]

Return type

AvailableLanguagesResponse

Authorization

Oauth2Scheme, Oauth2Scheme, JwtBearerTokenScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

metaGetTimeZones

AvailableTimeZonesResponse metaGetTimeZones(tenantId)

Returns the timezones supported in the system.

Parameters

Name Type Description Notes
tenantId String [default to null]

Return type

AvailableTimeZonesResponse

Authorization

Oauth2Scheme, Oauth2Scheme, JwtBearerTokenScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

metaGetWeatherCategories

WeatherCategoriesResponse metaGetWeatherCategories(tenantId)

Retrieve supported weather categories.

Parameters

Name Type Description Notes
tenantId String [default to null]

Return type

WeatherCategoriesResponse

Authorization

Oauth2Scheme, Oauth2Scheme, JwtBearerTokenScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json