LocaleMetadata

LocaleMetadata Service

Web service endpoint for providing metadata about locales supported by this Jive instance.

Since: 3.1

Get Available Locale Metadata

GET /metadata/locales/available

Return a list of all locales that are available (whether or not they have specific translations).

Retrieves:
  • Locale[] describing the locales
  • Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful

    Get Supported Locale Metadata

    GET /metadata/locales/supported

    Return a list of all locales supported by this Jive instance with specific translations.

    Retrieves:
  • Locale[] describing the locales
  • Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful