ActivityLog

The various changes or events which happens to an order is recorded during the lifetime of the order.

Using these calls one can get a peek of the activities happened to the order so far.

The following models are used:

ActivityLogResponseModel
Name Type Description Optional
Reference String Signer reference or null if activitylog is for entire order.
OrderId String Order Id
ActivityLog Dictionary<ActivityLogItemModel> The activity log.


ActivityLogItemModel
Name Type Description Optional
Event String Event code.
EventTime DateTime Event time.
Reference String Signer reference. Null if set by owner or system.



Activity log for signer

Description

Get events for the signer. Reference below is the signer reference.

Synopsis

GET api.esignatur.dk/ActivityLog/ForSigner/{reference}


Activity log for order

Description

Get events for the entire order.

Synopsis

GET api.esignatur.dk/ActivityLog/ForOrder/{order-id}