v1

latestOpenAPI 3.1.02026-07-242200814.7 KB

Ver detalhes do histórico de ligação

get/calls/{call_id}

Path parameters

call_idinteger required

ID da ligação.

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "id": 78,
    "account_id": 1,
    "user_id": 1,
    "from_user_id": 1,
    "deal_id": 47,
    "company_id": 94,
    "person_id": 49,
    "webphone_id": 1,
    "webphone_extension_id": 1,
    "name": "Pedro Lucas",
    "to_number": "55991318182",
    "record_audio": 1,
    "from_caller_id": "51992307570",
    "to_caller_id": "55991318182",
    "start_at": "2021-03-17 14:31:33",
    "status": 200,
    "record_url": "https://example.org/audio.mp3",
    "external_call_id": 66558623,
    "important": 1,
    "duration": "00:10:37",
    "cost": 2.89,
    "created_at": "2021-03-17 14:02:54",
    "updated_at": "2021-03-17 14:02:54"
  }
}