Get Current Oncall
AuthorizationBearer <token>
In: header
Path Parameters
team_id*Team Id
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/oncall/current/string"{
"entry_id": "string",
"schedule_name": "string",
"user_email": "string",
"user_id": "string",
"user_name": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}