Get¶
GET /api/v1/incidents/schedule/{schedule_uuid}/get
Overview¶
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| schedule_uuid | string | Y | The schedule UUID Allow empty: False |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/incidents/schedule/incsch_xxxx/get' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed
Response¶
{
"code": 200,
"content": {
"workspaceUUID": "wksp_xxx",
"name": "default",
"timezone": "Asia/Shanghai",
"start": "00:00",
"end": "23:59",
"tagFilter": [],
"dimensionFilter": "",
"notifyTargets": [],
"strategyConfig": [],
"extend": {
"rotationCycle": "day",
"enableRotateNotification": false
},
"isDefault": true,
"rotationUpdateAt": 1768803347,
"id": 6952,
"uuid": "incsch_xxx",
"status": 0,
"creator": "SYS",
"updator": "acnt_xxx",
"createAt": 1768803072,
"deleteAt": -1,
"updateAt": 1768803347,
"notifyTargetsInfos": [],
"tagFilterInfos": []
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "xxx"
}