Api >

Service Portal REST API

GET retrieves available Timezones
Given I am authenticated as Customer K0002
When I send /api/time-zones/Europe.Berlin
Then I should receive HTTP/1.1 200 OK
with following body
{
  "href": "/api/time-zones/Europe.Berlin",
  "links": [],
  "data": [{
    "name": "name",
    "value": "Europe/Berlin"
  }, {
    "name": "posix",
    "value": ""
  }]
}