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 Prerequisites:
* User must belong to a Business or Enterprise account
* User must have a Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:read
,phone:read:admin
,phone_voicemail:read
,phone_voicemail:read:admin
phone:read:voicemail
,phone:read:voicemail:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"call_id": "<string>",
"call_log_id": "<string>",
"callee_name": "<string>",
"callee_number": "<string>",
"callee_number_type": 1,
"caller_name": "<string>",
"caller_number": "<string>",
"caller_number_type": 1,
"date_time": "<string>",
"download_url": "<string>",
"duration": "<integer>",
"id": "<string>",
"status": "read",
"transcription": {
"content": "<string>",
"status": 409,
"engine": "<string>"
}
} |
ENDPOINTS