User
List personal cdr changes
List personal cdr changes.
post/user/cdrs/sync_tokens/{token}/diff
Path parameters
tokenstring required
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.
Response
OK
Example response
{
"token": "RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.",
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"change_type": "CREATED",
"items": [
{
"started_at": "2017-07-21T17:32:28Z",
"answered_at": "2017-07-21T17:32:28Z",
"ended_at": "2017-07-21T17:32:28Z"
}
]
}
]
}