curl --location --request GET 'https://api.victorops.com//api-reporting/v1/team//oncall/log' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z",
"teamSlug": "string",
"userLogs": [
{
"adjustedTotal": {
"hours": 0,
"minutes": 0
},
"log": [
{
"duration": {
"hours": 0,
"minutes": 0
},
"escalationPolicy": {
"name": "string",
"slug": "string"
},
"off": "string",
"on": "string"
}
],
"total": {
"hours": 0,
"minutes": 0
},
"userId": "string"
}
]
}