List preference changes
Returns the history of preference changes in this environment, newest first. Each entry records one change a user made to one subscription topic, and carries the value before it where there was one. Supply user_id to read a single user’s history instead of the whole environment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return only this user's changes. Omit it to read every change in the environment.
Narrow to the changes this user made in one tenant context. Only valid together with user_id.
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.
How many entries to return. Defaults to 25.
1 <= x <= 100A cursor from a previous response's paging.cursor. Continue only while paging.more is true; the cursor is omitted on the last page.