Skip to main content

Response Data Structure

Abridged Response Data Structure

Here is an example response from the Person Changelog API when querying for updated records. (See a full example response in the next section.)
JSON

Full Example Response

Python
Python
Output Response (full):
JSON

Response Fields

data


data.type


data.origin_version


data.current_version


data.scroll_token


data.added

Objects in the added array will have the following structure Example:
JSON

data.deleted

Objects in the deleted array will have the following structure Example:
JSON

data.merged

Objects in the deleted array will have the following structure Example:
JSON

data.opted_out

Objects in the opted_out array will have the following structure Example:
JSON

data.updated

Objects in the updated array will have the following structure Example:
JSON

error


error.type


error.message


error.valid_versions


error.valid_types


error.valid_fields_updated


status