https://api.context.io/2.0/accounts/<accountId>/files/<fileId>/changes
https://api.context.io/2.0/accounts/<accountId>/files/<fileId>/changes/<fileId>
Given two files, this will return the list of changes made from the oldest of the two files to the newest one. This call can also be used to trigger the process of comparing two files by using the generate parameter.
| name | type | description |
|---|---|---|
| optional: | ||
| generate | integer | Set this parameter to 1 to trigger comparison of the specified documents. If the comparison between the two given files has already been calculated, this parameter is ignored and comparison will not be calculated a second time. Do not set this parameter if you simply want to get changes without triggering anything. |