Accessing a Section's Change Log

You can access the change log that contains all the changes in a specific section from the section's feed resource:

<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Escenic Content Engine</name>
  </author>
  <id>http://host-ip-address/webservice/escenic/section/1/subsections</id>
  <link rel="self" 
        href="http://host-ip-address/webservice/escenic/section/1/subsections" 
        type="application/atom+xml"/>
  <updated>2010-06-23T17:35:45.180Z</updated>
  <title type="text">Subsections for Section with id=1</title>
  <entry>
    <id>http://host-ip-address/webservice/escenic/section/4</id>
    <title type="text">New Articles</title>
    <updated>2010-06-22T10:16:46.637Z</updated>
    <category term="directory" scheme="http://www.vizrt.com/types"/>
...
    <link rel="http://www.vizrt.com/types/relation/changelog" 
          href="http://host-ip-address/webservice/escenic/changelog/section/4" 
          type="application/atom+xml"/>
  </entry>
</feed>

Note that the change log accessed in this way is guaranteed to contain all the changes made to the content items in the section, but it may also contain changes made in other sections, since it is the change log for the protection domain to which the section belongs.