GET
/
scheduler
/
schedules
/
{id}
{
  "id": "<string>",
  "creatorType": "<string>",
  "creatorId": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "repeatUnit": "MILLISECOND",
  "interval": 123,
  "active": false,
  "callParams": {
    "uri": "<string>",
    "method": "GET",
    "queryParams": {},
    "headers": {},
    "entity": {}
  }
}

Path Parameters

id
string
required

The schedule ID

Response

200 - application/json

successful operation

The response is of type object.