GET {{baseUrl}}/phone/users/:userId/sms/sessions/sync?sync_type=FSync&sync_token=<string>&count=<integer>&session_type=user
Retrieves the user's SMS sessions in descending order. Mirrors the ZP client behavior with the most recent on top. Prerequisites:
* Paid account
* User-enabled Zoom phone Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
,phone:read
,phone_sms:read:admin
,phone_sms:read
phone:read:sms_session
,phone:read:sms_session:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
sync_type
|
string | (Required) FSync: Full sync BSync: Backward sync ISync: Forward sync | |
sync_token
|
string | The sync token. Use if requesting a backward (`BSync`) or forward (`ISync`) sync. | |
count
|
string | The record count of each query | |
session_type
|
string | This field filters the specific session list by a session type. The value for this field can be one of the following: `user` `call_queue` `auto_receptionist` `all` |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
ENDPOINTS