Callings
Get Calling Slot
Endpoint to get the user assigned to a specific calling slot. Authenticated users can access all slots, while anonymous users can only access slots for callings that are marked as public.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
calling_id*Calling Id
slot_id*Slot Id
Response Body
application/json
application/json
curl -X GET "https://example.com/callings/0/0"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}