Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Service

/report-central/search

Method

GET

Parameters

NameTypeRequiredDescription
dimensionstringYThe dimension, use 'timezone' for a list of timezones.

Response

Code Block
{
 "response":{
  "status":"OK",
  "items":[
   {
    "id":"Africa\/Cairo",
    "name":"Africa\/Cairo"
   },
   {...}
  ]
 },
}