GET /api-public/v2/user/{user}/oncall/schedule
.curl --location --request GET 'https://api.victorops.com//api-public/v1/user//oncall/schedule' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
[
{
"overrides": [
{
"end": 0,
"orig": "string",
"over": "string",
"start": 0
}
],
"schedule": [
{
"oncall": "string",
"overrideoncall": "string",
"policyType": "string",
"rolls": [
{
"change": 0,
"isRoll": true,
"oncall": "string",
"until": 0
}
],
"rotationName": "string",
"shiftName": "string",
"shiftRoll": 0
}
],
"team": "string"
}
]