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
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | For pagination, the marker (an opaque string value) representing the first item on the next page | |
limit | string | Items shown per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"field_key":"51c27e4a19c3bedd91162a9d446707c1f95174ea","old_value":null,"new_value":"200","actor_user_id":26,"time":"2024-02-12 09:14:35","change_source":"app","change_source_user_agent":"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","is_bulk_update_flag":false},{"field_key":"email","old_value":"john.doe@pipedrive.com","new_value":"jane.doe@pipedrive.com","actor_user_id":26,"time":"2024-02-12 09:10:12","change_source":"app","change_source_user_agent":"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","is_bulk_update_flag":false}],"additional_data":{"next_cursor":"aWQ6NTQ0"}}