BinderChanges Data Type

A list of BinderChange objects.

Properties
name data type description
last_change_date number The date and time that the most recent change in list occurred.
Properties inherited from SearchResultList
first number The 0-based index of the first result included in the list.
count number The number of results returned.
total number The total number of matching results.
next string Path that can be used to retrieve the next page of results.
items array of object The list of results.

Example

{
  "last_change_date" : 12345,
  "first" : 0,
  "count" : 12345,
  "total" : 12345,
  "next" : "...",
  "items" : [ { }, { } ]
}