The Document Activity object
Document Activity or Audit Log refers to the current state of a document, determined by recipient interactions ('viewed', 'signed', 'completed', 'declined') or actions taken by the document's author ('created', 'expired').
Attributes
action
enum
The action of the activity. One of
created
, sent
, viewed
, signed
, completed
, declined
, expired
.contact
string
ID of the contact which is the causer of the activity.
created_at
string
Time at which the activity was created.
id
string
Unique identifier for the activity.
is_manual
boolean
Whether the activity was created due to a manual status change of the document.
note
string
When the activity is caused by a manual status change, this is the note.
location
string
ID of the location.
The Document Activity object
{
"action": "created",
"contact": "con_hj7tgohbeg9re55clqms8nvj",
"created_at": "2024-05-14T07:52:23+00:00",
"id": "doc_aud_u73ioy5l004yn4ytz46cx17r",
"is_manual": false,
"note": null,
"location": "loc_xka3tu60nqifurz5161ekdpb"
}