Get all time zones

get

<servername>/api/boss/data/objects/ora/commonAppsInfra/objects/v1/timezones

Request

Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • The resource collection will be queried using the specified filter condition.
  • Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.
    Default Value: 25
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
    Default Value: 0
  • Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".

There's no request body for this operation.

Back to Top

Response

Default Response

An array of items response
Body ()
Root Schema : timezones_view-default
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : timezones_view-default_item-response
Match All
Show Source
Nested Schema : timezones_item-response
Match All
Show Source
Nested Schema : Time Zone
Type: object
Title: Time Zone
The time zones list of values resource is used to query the time zones.
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : timezones_item-response-allOf[2]
Type: object
Show Source
Nested Schema : timezones_view-default_item-response-allOf[1]
Type: object
Show Source
Nested Schema : $context
Type: object
Show Source
Nested Schema : timezones-_translations
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : timezones-_translations-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : timezones-_translations_item-response
Match All
Show Source
Nested Schema : oraCommonAppsInfraObjects.TimezoneTranslation_item
Type: object
The translation of the time zone list of values resource.
Show Source
Nested Schema : timezone
Match All
Show Source
Back to Top