Obtains the current trackdata definition for a document. Returns an error if the trackdata function is not activated on this document.
GET /documents/<documentID>/tracker
Response type: application/xml or application/json
Response body: definition of the trackdata information, described as follows:
GET /documents/8022/tracker
<tracker mode="Manual" referenceDate="2012-11-16T10:56:21.951+01:00"> <added active="true"> <background/> <style italic="false" bold="true" strikethrough="false" underline="false" rgb="#0000aa"/> </added> <changed active="true"> <background rgb="#aabbcc"/> <style italic="false" bold="true" strikethrough="false" underline="false" rgb="#0000bb"/> </changed> <removed active="true"> <background/> <style italic="false" bold="true" strikethrough="false" underline="false" rgb="#0000cc"/> </removed> <increasing threshold="5.0" applyThreshold="false" active="true"> <background rgb="#33cc33"/> <style italic="false" bold="true" strikethrough="false" underline="false"/> </increasing> <decreasing threshold="8.0" applyThreshold="true" active="false"> <background rgb="#33cc33"/> <style italic="true" bold="false" strikethrough="true" underline="true"/> </decreasing> </tracker>