Highrise API

Recordings

List Since Time

GET /recordings.xml?since=20070425154546

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. Recordings are paginated using offsets. If 25 elements are returned (the page limit), use ?n=25 to fetch the next 25, and so on.

Response

Status: 200 OK

<recordings type="array">
  <recording type="Email">
    ...
    <updated-at>2007-04-26T13:12:52Z</updated-at>
  </recording>
  <recording type="Note">
    ...
    <updated-at>2007-04-25T17:11:52Z</updated-at>
  </recording>
</recordings>