|  Developer
Updated on November 10, 2021

hub.time.location.list

  • Version: 1.0
  • Classes: UI
  • Description: Get provided timezone list for the hub.
Edit
  • No parameters required.
Edit
  • Result will contain the list of provided locations. See the table below:
Field Type Required Description
locations string + timeZoneIds
Edit

Here is it an example of usage:

Edit
				
					{
    "method": "hub.time.location.list",
    "id": "_ID_",
    "params": {}
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {
        "locations": [
            "Europe/Kiev",
            "Europe/Riga",
            ....
        ]
    }
}