Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user_id
string

Return only this user's changes. Omit it to read every change in the environment.

tenant_id
string

Narrow to the changes this user made in one tenant context. Only valid together with user_id.

since
string

Return only changes at or after this time, as an ISO-8601 date or date-time. A date alone is read as the start of that day in UTC.

limit
integer
default:25

How many entries to return. Defaults to 25.

Required range: 1 <= x <= 100
cursor
string

A cursor from a previous response's paging.cursor. Continue only while paging.more is true; the cursor is omitted on the last page.

Response

paging
Paging · object
required
items
PreferenceChangeLogEntry · object[]
required

One entry per preference change, newest first.