Returns recordings (notes, comments, emails). The collection is ordered from oldest to newest.
{
"continued-at":"/recordings/2"
"contacts":[
{
"id":"14633475",
"action":"deal created",
"author":"John Smith",
...
},
{
"id":"72600811",
"action":"note created",
"author":"Mark Williams",
...
},
...
]
}
Returns the recordings (notes, comments, emails) that have updated since the time in the query parameter. The collection is ordered from oldest to newest. The since parameter is expressed as yyyymmddhhmmss in the UTC timezone.
{
"continued-at":"/recordings/2"
"contacts":[
{
"id":"14633475",
"action":"deal created",
"author":"John Smith",
...
},
{
"id":"72600811",
"action":"note created",
"author":"Mark Williams",
...
},
...
]
}