Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Service

/report-central/search

Method

GET

Parameters

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

Response

{
 "response":{
  "status":"OK",
  "items":[
   {
    "id":"Africa\/Cairo",
    "name":"Africa\/Cairo"
   },
   {...}
  ]
 },
}
  • No labels