API Reference
Log In
API Reference

Retrieve a Drawer's (sidedrawer) timeline (paginated)

Returns a paginated log of activity that has taken place in a Drawer (sidedrawer).

This information includes:

  • User
  • User's OpenID
  • action that occured (entity added, deleted, updated, moved/copied)
  • entity affected (file, Folder (record), Hanger (recordType), etc)
  • Drawer (sidedrawer) identifier and name
  • timestamp of when the change occured, in both raw and easy-to-read formats
  • applicable entity identifiers (for ex., the Folder identifier (recordId))
  • resource path (clickable)
  • upload title
  • message (given in the language determined by the set locale)
  • read status (boolean read)
    • (if read = true) read time

ℹ️

Versions

This endpoint also has a v1 version. Understand the difference here.

Path Params
string
required

Unique Drawer (sidedrawer) identifier.

Query Params
string

Limit of number of returned objects per page. Default is 20.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing before it.

string

An object ID that defines a list object's position in the list by identifying the list object(s) appearing after it.

string

Locale in [ISO 639-1]-[ISO 3166-1] format.

string

OpenID.

string

Unique Folder (record) identifier.

string

Time zone.

boolean

read = true if notification read.

Response
200

Successfully retrieved timeline.

Language
Credentials
Click Try It! to start a request and see the response here!