Retrieve Changesget https://{APP_DOMAIN}/api/3.2/changesReturns a paginated audit log of all changes made across the platform. Supports filtering by model, action, user, date range, and JSON field values in the old/new data.Query ParamsidintegerFilter by change IDmodelstringFilter by model name (e.g. AutoResponder, Message, Subscription)actionstringFilter by action type: created, updated, or deleteduser_idintegerFilter by the user who performed the actionfromdateStart of date range filter (inclusive)todateEnd of date range filter (inclusive)old_{field}stringFilter by a field value in the old (before) JSON data. Replace {field} with the field name, e.g. old_segment_id=123new_{field}stringFilter by a field value in the new (after) JSON data. Replace {field} with the field name, e.g. new_id=456created_atstringFilter by creation date. Supports operators: >, >=, <, <=columns[]integerThe field to be included in the json response. You can have multiple columns[] query params included in the request URL.pageintegerThe page to return.per_pageintegerThe total results to return per page.sortstringThe field to sort the request by. column_name|asc OR descResponse 200The retrieved changesUpdated 23 days ago