GET
/
api
/
utm-schedules
/
{id}
{
  "id": 123,
  "name": "<string>",
  "comment": "<string>",
  "firstTime": 123,
  "period": 123,
  "periodMonth": 123,
  "duration": 123,
  "timezone": "<string>",
  "initialOffset": 123,
  "creationTime": 123,
  "modificationTime": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Path Parameters

id
integer
required

Response

200 - */*

OK

The response is of type object.