Voicemail Detail
API lấy chi tiết tin nhắn voicemail.
curl -L -X GET 'https://{{base_url}}/v1/voicemail/message/aaaaaaaa-1111-2222-3333-eeeeeeee' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'
Response trả về:
{
"id": "aaaaaaaa-1111-2222-3333-eeeeeeee",
"created_at": "2021-08-27T11:13:44+07:00",
"caller_id_name": "0891234567",
"caller_id_number": "0891234567",
"duration": 120,
"extension": "102",
"download_url": "https://pbx01.tel4vn.com/v1/voicemail/message/aaaaaaaa-1111-2222-3333-ffffffff/download"
}
HTTP Request
GET https://{{base_url}}/v1/voicemail/message/{{id}}
Query Parameters
Parameter | Description |
---|---|
id | Id hoặc Extension |