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

     1  {
     2      "uuid":"123456789012345678901234567890",
     3      "event":"/restapi/v1.0/account/11111111/extension/22222222/message-store",
     4      "timestamp":"2018-02-13T09:08:06.383Z",
     5      "subscriptionId":"11112222-3333-4444-5555-666677778888",
     6      "ownerId":"33333333",
     7      "body":{
     8          "extensionId":44444444,
     9          "lastUpdated":"2018-02-13T09:08:00.053+0000",
    10          "changes":[
    11              {
    12                  "type":"Fax",
    13                  "newCount":1,
    14                  "updatedCount":0
    15              },
    16              {
    17                  "type":"SMS",
    18                  "newCount":1,
    19                  "updatedCount":0
    20              }
    21          ]
    22      }
    23  }