Accessing Inbox/List Change Logs

You can access a change log that contains all the changes made to an inbox or any content items in it from the inbox's feed. Similarly, you can access a change log that contains all the changes made to a list or any content items in it from the list's feed. Here is an inbox feed, with the change log link highlighted.

<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Escenic Content Engine</name>
  </author>
  <id>http://host-ip-address/webservice/escenic/section/1/inboxes</id>
  <link rel="self" href="http://host-ip-address/webservice/escenic/section/1/inboxes" type="application/atom+xml"/>
  <updated>2012-10-11T12:51:09.969Z</updated>
  <entry>
    <id>http://host-ip-address/webservice/content/com.escenic.inbox/2</id>
    <title type="text"/>
    <link href="http://host-ip-address/webservice/content/com.escenic.list-pool/2" rel="http://www.vizrt.com/types/relation/list-pool" type="application/xhtml+xml"/>
    <link rel="http://www.vizrt.com/types/relation/changelog" href="http://host-ip-address/webservice/escenic/changelog/inbox/2" type="application/atom+xml"/>
    <link rel="edit-media" type="application/vnd.escenic.content+xml; type=com.escenic.inbox" href="http://host-ip-address/webservice/content/com.escenic.inbox/2" title=""/>
  </entry>
</feed>