BaseBinderChange Data Type

Base class representing a change that has occurred in a binder.

Properties
name data type description
type string Type of entity that changed. Possible values are:
  • binder
  • folder_entry
  • file
action string The action that was performed on the changed entity. Possible values are:
  • add
  • modify
  • delete
date number Date and time that the change occurred.

Example

{
  "type" : "...",
  "action" : "...",
  "date" : 12345
}