List updates about person field values

GET {{baseUrl}}/persons/:id/changelog?cursor=<string>&limit=<integer>

Lists updates about field values of a person.

Request Params

KeyDatatypeRequiredDescription
cursorstringFor pagination, the marker (an opaque string value) representing the first item on the next page
limitstringItems shown per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;field_key&quot;:&quot;51c27e4a19c3bedd91162a9d446707c1f95174ea&quot;,&quot;old_value&quot;:null,&quot;new_value&quot;:&quot;200&quot;,&quot;actor_user_id&quot;:26,&quot;time&quot;:&quot;2024-02-12 09:14:35&quot;,&quot;change_source&quot;:&quot;app&quot;,&quot;change_source_user_agent&quot;:&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36&quot;,&quot;is_bulk_update_flag&quot;:false},{&quot;field_key&quot;:&quot;email&quot;,&quot;old_value&quot;:&quot;john.doe@pipedrive.com&quot;,&quot;new_value&quot;:&quot;jane.doe@pipedrive.com&quot;,&quot;actor_user_id&quot;:26,&quot;time&quot;:&quot;2024-02-12 09:10:12&quot;,&quot;change_source&quot;:&quot;app&quot;,&quot;change_source_user_agent&quot;:&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36&quot;,&quot;is_bulk_update_flag&quot;:false}],&quot;additional_data&quot;:{&quot;next_cursor&quot;:&quot;aWQ6NTQ0&quot;}}