List updates about organization field values

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

Lists updates about field values of an organization.

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;name&quot;,&quot;old_value&quot;:&quot;Org 10&quot;,&quot;new_value&quot;:&quot;Org 11&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;51c27e4a19c3bedd91162a9d446707c1f95174ea&quot;,&quot;old_value&quot;:&quot;0&quot;,&quot;new_value&quot;:&quot;20&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;}}