Get Detailed Unreturned Calls (POST)
POST/v2/pbxes/:pbxId/calls/unreturned/detailed
Same result as GET /calls/unreturned/detailed, but the filters, time range, sorting and paging are supplied in a JSON request body instead of query parameters — convenient when the caller-address list is long. Any value present in the body overrides the equivalent query parameter; query parameters supplied alongside the body are used only as fallbacks. Returns the same DetailedUnreturnedCallsResponse as the GET variant. The same endpoint is also served under /v2.
Request
Responses
- 200
- 401
- 403
- 404
- 409
OK
Unauthorized
Forbidden
Not Found
Conflict