v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get timeline for a box

get/boxes/{boxKey}/timeline

Path parameters

boxKeystring required

The key of the box to get the timeline for

Query parameters

filtersstring[]

An array of entity types to return, possible values: CALL_LOGS, COMMENTS, FILES, EMAILS, HANGOUTS_CHAT, MEETING_NOTES, NEWSFEED_BOX_CREATION_MOVE, NEWSFEED_BOX_EDIT. You can specify any number of these types and only matching entities will be returned. Not supplying this parameter or supplying an empty array will result in all entity types being included in the response.

direction'Ascending' | 'Descending'

Whether to return results in ascending timestamp or descending timestamp order

startTimestampinteger

The timestamp to start returning results from. If the direction is ascending, then all entities returned will have a larger timestamp than the one provided. The opposite for descending.

limitinteger

The maximum number of items to return per page

nextPageTokenstring

A token returned from a previous request to provide the next page of results. If this parameter is provided, NO other parameters can be specified.

Response

200