Search call records

Search call records with filtering and pagination. Call records can be found when using POST /tel/calls/search under the field named 'id'.

Example:

{
    "startRow": 0,
    "endRow": 50,
    "sorts": [],
    "filtersOperator": "and",
    "filters": []
}
Language
Click Try It! to start a request and see the response here!