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:
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. |
Name | Type | Description | Optional |
---|---|---|---|
Event | String | Event code. | |
EventTime | DateTime | Event time. | |
Reference | String | Signer reference. Null if set by owner or system. |
Get events for the signer. Reference below is the signer reference.
GET api.esignatur.dk/ActivityLog/ForSigner/{reference}
Get events for the entire order.
GET api.esignatur.dk/ActivityLog/ForOrder/{order-id}