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