Signatures
User Activity Get
Retrieves a log of recent activities performed by or associated with the authenticated user.
- Possible actions include:
- Create envelope.
- Send envelope.
- Receive envelope.
- View envelope.
- Cancel envelope.
- The response provides a detailed audit trail in JSON format, including metadata such as envelope IDs, action types, timestamps, and additional information (e.g., recipient emails or token status). Both lists are capped at the 10 most recent entries.
AuthorizationBearer <token>
JWT token to authenticate the request.
In: header
X-Api-Key<token>
API key, sent as a request header.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/signatures/user/activity/get"{ "result": { "statusCode": 200, "message": "OK", "data": { "activityItems": [ { "auditTrailId": "string", "action": "string", "timestamp": "string", "transactionTokenId": "string", "actor": { "name": "string", "email": "string", "role": "string" }, "envelope": { "id": "string", "subject": "string", "status": "string", "creatorName": "string", "sendDate": "string" } } ], "comments": [ { "documentName": "string", "envelopeSubject": "string", "createdAt": "string", "authorName": "string", "envelopeId": "string" } ] } }, "origin": "string", "dateTime": "string"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}