Diff

List extension contact changes

post

List extension contact changes.

Authorizations
Path parameters
tokenstringRequired

The sync token.
Clients should treat the sync token as an opaque string and should never try to assemble it.
This document imposes no constraints on the format and clients should never impose any.

Example: RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.
Responses
200
OK
application/json
post
POST /api/user/extension_contacts/sync_tokens/{token}/diff HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "token": "RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.",
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
      "display_name": "text",
      "email": "[email protected]",
      "mobile_phone": "[email protected]",
      "work_phone": "[email protected]",
      "home_phone": "[email protected]",
      "address": "text",
      "department": "text",
      "avatar_file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK",
      "extension_number": "text",
      "favorite": true,
      "change_type": "CREATED"
    }
  ]
}