cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/accounts/{account_id}/activity \ --header 'x-api-key: <api-key>'
{ "items": [ { "activityId": "<string>", "activityType": "account-log-entry", "accountId": "<string>", "accountLogId": "<string>", "personId": "<string>", "personLogId": "<string>", "personName": "<string>", "source": "<string>", "type": "<string>", "payload": {}, "idempotencyKey": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" } ], "totalCount": 4503599627370495, "hasMore": true, "nextCursor": "<string>" }
Retrieve merged account activity, optionally including linked person activity
API key authentication for the External Actor Gateway
account_id parameter
cursor parameter
includePersonActivity parameter
includeDeleted parameter
limit parameter
Successful operation
Show child attributes
0 <= x <= 9007199254740991
Was this page helpful?