Retrieve content change logs of board items
GET {{baseUrl}}/v2/orgs/:org_id/content-logs/items?board_ids=o9J_kzlUDmo=&board_ids=u8J_kllZmDk=&emails=someone@domain.com&emails=someoneelse@domain.com&from=2022-03-30T17:26:50Z&to=2023-03-30T17:26:50Z&cursor=MTY2OTg4NTIwMDAwMHwxMjM=&limit=1000&sorting=asc
Retrieves content changes for board items within your organization. Content changes are actions that users can perform on board items, such as updating a sticky note's text. You can retrieve results for a specific time period. You can also filter results based on the board IDs and the emails of users who created, modified, or deleted a board item. Additionally, results can be paginated for easier viewing and processing.
Required scope
contentlogs:exportRate limiting
Level 4Enterprise only
This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
board_ids | string | List of board IDs for which you want to retrieve the content logs. | |
board_ids | string | List of board IDs for which you want to retrieve the content logs. | |
emails | string | Filter content logs based on the list of emails of users who created, modified, or deleted the board item. | |
emails | string | Filter content logs based on the list of emails of users who created, modified, or deleted the board item. | |
from | string | (Required) Filter content logs based on the date and time when the board item was last modified. This is the start date and time for the modified date duration. | |
Format: UTC, adheres to ISO 8601, includes a trailing Z offset. | |||
to | string | (Required) Filter content logs based on the date and time when the board item was last modified. This is the end date and time for the modified date duration. Format: UTC, adheres to | |
ISO 8601, includes a trailing Z offset. | |||
cursor | string | A cursor-paginated method returns a portion of the total set of results based on the limit specified and a cursor that points to the next portion of the results. To retrieve the next portion of the collection, set the cursor parameter equal to the cursor value you received in the response of the previous request. | |
limit | number | The maximum number of results to return per call. If the number of logs in the response is greater than the limit specified, the response returns the cursor parameter with a value. | |
sorting | string | Sort order in which you want to view the result set based on the modified date. To sort by an ascending modified date, specify asc . To sort by a descending modified date, specify desc . | |