get_calls
- Inputs
{
"call_id": "string max length 32: has dependency to page: for sorting into multiple pages: optional",
"page": "string: allowed: 'next': has dependency to call_id: for sorting into multiple pages: optional"
}
- Errors
{
"must_login": "user must be login"
}
- Extra Description
Returns list of user calls with details
- Sample
- Url:
- Output:
{
"result": [
{
"callee": 1586777593408211,
"caller": 1586734546542563,
"duration": null,
"id": "82b8a2ef6616cde7fedae3752f7c7c9b",
"image_path": null,
"image_server_id": null,
"name": "rose",
"start_time": 1596289389.4861982,
"status": 3,
"type": 1
},
{
"callee": 1586324266526565,
"caller": 1543554634524565,
"duration": 0,
"id": "72e9fe259196a842177acdfa5b6a6d5a",
"image_path": null,
"image_server_id": null,
"name": "emilia",
"start_time": 1596289108.5941699,
"status": 4,
"type": 1
}
],
"status": "success",
"time": 1546083762.6890123
}