The activity records are designed to show the proof's recent history. It includes changes to the file/proof and system-generated messages limited to 25 records per call.
NOTE: To ensure that getActivity() retrieves data from locked proofs, use one of the following workflows:- Run getActivity() by proof, specifying the proof ID
- Add the user as a recepient on all proof versions, wait one minute for the activity cache to clear, then run getActivity()
Request parameters
* denotes a required field
Parameter | Example | SessionID* | The session Id obtained from doLogin() | string | 7viklshodc6cnsh4s5vu75mqk0 | FileID | The file identifier | integer | 418775 | Offset | The starting point | integer | 20 | StartFromDate | The date started from | date | 2011-09-01 23:59 (YYYY-MM-DD hh:mm) |
Response parameters |
|