Get user voicemail details from a call log
GET {{baseUrl}}/phone/users/:userId/call_logs/:id/voice_mail
Use this API to return detailed information on a voicemail associated with a call log ID. For user-level apps, pass the me
value instead of the userId
parameter.
Scopes: phone:read
, phone:read:admin
, phone_voicemail:read
, phone_voicemail:read:admin
Rate Limit Label: Light
Prerequisites: * User must belong to a Business or Enterprise account * User must have a Zoom Phone license
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"call_id":"876634343743","call_log_id":"46541323465","callee_name":"Jane Doe","callee_number":"34567889","callee_number_type":2,"caller_name":"John Doe","caller_number":"12345678","caller_number_type":1,"date_time":"2019-05-19T20:00:00Z","download_url":"exampleurl.io","duration":18,"id":"d43520fc6b7e4b26bbeef58a8a80f235","status":"read","transcription":{"content":"some transcript content","status":2}}