List user's voicemails in descending order
GET {{baseUrl}}/phone/users/:userId/voice_mails/sync?sync_type=FSync&sync_token=<string>&count=<integer>
Use this API to retrieve a user's Zoom Phone voicemails in descending order. For user-level apps, pass the me value instead of the userId parameter.
Prerequisites: * A Business or Enterprise account * A Zoom Phone license
Scopes: phone:read:admin,phone:read
Granular Scopes: phone:read:list_voicemails,phone:read:list_voicemails:admin
Rate Limit Label: Medium
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
sync_type | string | (Required) FSync: Full sync | |
| BSync: Backward sync | |||
| ISync: Forward sync | |||
sync_token | string | Sync token. Use if requesting a backward (BSync) or forward (ISync) sync. | |
count | string | Record count of each query. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"sync_token":"\u003cstring\u003e","voice_mails":[{"call_id":"\u003cstring\u003e","call_log_id":"\u003cstring\u003e","callee_name":"\u003cstring\u003e","callee_number":"\u003cstring\u003e","callee_number_type":2,"caller_name":"\u003cstring\u003e","caller_number":"\u003cstring\u003e","caller_number_type":1,"date_time":"\u003cstring\u003e","download_url":"\u003cstring\u003e","duration":"\u003cinteger\u003e","id":"\u003cstring\u003e","status":"unread"},{"call_id":"\u003cstring\u003e","call_log_id":"\u003cstring\u003e","callee_name":"\u003cstring\u003e","callee_number":"\u003cstring\u003e","callee_number_type":1,"caller_name":"\u003cstring\u003e","caller_number":"\u003cstring\u003e","caller_number_type":2,"date_time":"\u003cstring\u003e","download_url":"\u003cstring\u003e","duration":"\u003cinteger\u003e","id":"\u003cstring\u003e","status":"read"}]}