internalId | String The internal document ID of the document for which to retrieve activity log entries. This is a unique ID that Trading Networks assigns to the document. |
errorsOnly | String (optional) Whether you want the service to retrieve all entries or only error entries. Valid values are: true - Retrieves only error entries. false - Retrieves all entries. |
eventCount | String The number of activity log entries that the service returned. |
errorCount | String The number of activity log entries of type “Error” that the service returned. If you specified true for errorsOnly, the value of errorCount will be equal to eventCount. |
events | Document List A list of activity log entries associated with the document. For the structure of each activity log entry that is returned in the events document list, see
wm.tn.rec:ActivityLogEntry. |