TimeZoneMetadata

TimeZoneMetadata Service

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

Since: 3.1

Get All Time Zone Metadata

GET /metadata/timezones

Return a list of all time zones supported by this Jive instance.

Retrieves:
  • TimeZone[] describing the time zones
  • Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful

    Get Time Zone Metadata

    GET /metadata/timezones/{first}/{second}

    Return the requested time zone. If the time zone is not recognized, the GMT time zone will be returned.

    Path Parameters:
    NameTypeRequiredDescription
    firstStringtrueFirst segment ("America")
    secondStringtrueSecond segment ("Los_Angeles")
    Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful
    404 (Not Found)Invalid time zone identifier
    Since: 3.5

    Get Time Zone Metadata

    GET /metadata/timezones/{first}/{second}/{third}

    Return the requested time zone. If the time zone is not recognized, the GMT time zone will be returned.

    Path Parameters:
    NameTypeRequiredDescription
    firstStringtrueFirst segment ("America")
    secondStringtrueSecond segment ("Indiana")
    thirdStringtrueThird segment ("Indianapolis")
    Return Status:
    HTTP Status CodeDescription
    200 (OK)Request was successful
    404 (Not Found)Invalid time zone identifier
    Since: 3.5