{
  "meta": {
    "offset": "integer",
    "limit": "integer",
    "orderBy": [
      {}
    ],
    "hasMore": [
      "boolean",
      "null"
    ],
    "total": "number"
  },
  "results": [
    {
      "id": "string",
      "model": "string",
      "event_type": "NEW",
      "data_diff": {},
      "created_at": "string",
      "integration_id": "string",
      "integration_vendor": "BUILDIUM"
    }
  ]
}

Query Parameters

order-by
string

Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc

offset
Default: 0
integernull

Can be used for paginating results

limit
Default: 100
integernull

A number between 1 and 250 to determine the number of results to return in a single query

integration_vendor
string

The integration vendor associated with the data diff

integration_id
string

The integration id associated with the data diff

before
stringnull

Only show data diffs before this timestamp

after
stringnull

Only show data diffs after this timestamp

Response

metarequired
object
resultsrequired
array