Callings
Unassign Calling Slot
Endpoint to unassign a specific slot from a calling.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
calling_id*Calling Id
slot_id*Slot Id
Response Body
application/json
application/json
curl -X DELETE "https://example.com/callings/0/0"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}Get Calling Slot GET
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.
Assign Calling Slot PUT
Endpoint to assign a specific slot to a calling. Expects a JSON body with the user ID to assign to the slot. Cannot assign a slot that is already filled.