GET
/
api
/
utm-schedules
[
  {
    "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

Query Parameters

pageable
object
required

Response

200 - */*
OK
name
string
required
Maximum length: 100
id
integer
comment
string
Maximum length: 255
firstTime
integer
period
integer
periodMonth
integer
duration
integer
timezone
string
initialOffset
integer
creationTime
integer
modificationTime
integer