github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/util/example_api-response_list-messages.json (about)

     1  {
     2    "uri": "https://platform.ringcentral.com/restapi/v1.0/account/11111111/extension/22222222/message-store",
     3    "records": [
     4      {
     5        "uri": "https://platform.ringcentral.com/restapi/v1.0/account/11111111/extension/22222222/message-store/33333333",
     6        "id": 33333333,
     7        "to": [
     8          {
     9            "phoneNumber": "+16509316655",
    10            "extensionNumber": "3610",
    11            "name": "(650) 931-6655 * 3610 (John Wang)",
    12            "location": "San Mateo, CA"
    13          }
    14        ],
    15        "from": {
    16          "extensionNumber": "5032",
    17          "name": "Andy Thompson"
    18        },
    19        "type": "VoiceMail",
    20        "creationTime": "2018-04-12T22:58:58.000Z",
    21        "readStatus": "Unread",
    22        "priority": "Normal",
    23        "attachments": [
    24          {
    25            "id": 33333333,
    26            "uri": "https://media.ringcentral.com/restapi/v1.0/account/11111111/extension/22222222/message-store/33333333/content/33333333",
    27            "type": "AudioRecording",
    28            "contentType": "audio/mpeg",
    29            "vmDuration": 80
    30          },
    31          {
    32            "id": 44444444,
    33            "uri": "https://media.ringcentral.com/restapi/v1.0/account/11111111/extension/22222222/message-store/33333333/content/44444444",
    34            "type": "AudioTranscription",
    35            "contentType": "text/plain",
    36            "vmDuration": 80,
    37            "fileName": "transcription"
    38          }
    39        ],
    40        "direction": "Inbound",
    41        "availability": "Alive",
    42        "messageStatus": "Received",
    43        "lastModifiedTime": "2018-04-12T22:59:10.313Z",
    44        "vmTranscriptionStatus": "CompletedPartially"
    45      }
    46    ],
    47    "paging": {
    48      "page": 1,
    49      "totalPages": 1,
    50      "perPage": 100,
    51      "totalElements": 1,
    52      "pageStart": 0,
    53      "pageEnd": 0
    54    },
    55    "navigation": {
    56      "firstPage": {
    57        "uri": "https://platform.ringcentral.com/restapi/v1.0/account/11111111/extension/557601020/message-store?availability=Alive"
    58      },
    59      "lastPage": {
    60        "uri": "https://platform.ringcentral.com/restapi/v1.0/account/11111111/extension/557601020/message-store?availability=Alive"
    61      }
    62    }
    63  }