POST GET emails/getActivityLog
Get log of activity for a given email (who, what, when)
* required
Parameters
| Name | Type | Description |
|---|---|---|
| emailID * | integer | Unique ID of email |
Response Data
Returns an array of objects. This data is not paged.
| Name | Type | Description |
|---|---|---|
| userID | integer | System user who took action |
| firstName | string | |
| lastName | string | |
| action | string | Description of activity |
| date | datetime | Date of activity |
Example Calls
Get activity log
GET
/emails/getActivityLog?emailID=123
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
emails/getActivityLog