Overview
The Activity Logs API provides access to the change history of objects in Buyer Cloud. When an object is created, edited, or deleted, a record is created in the Activity Log. Use this API to determine when or why an object was changed.
UPDATEactions are only retained in the activity log for 90 days, after which they are removed from the database to avoid storing excessive records.
CREATEandDELETEactions are retained forever.
Use the Activity Logs API to accomplish the following tasks:
- List all activity logs
- List an activity log entry using its ID
Uniform Resource Identifiers (URI)
| URI |
|---|
https://{buzz_key}.api.beeswax.com/rest/v2/activity-logs |
