Retrieve a list of recent changes.

GET /api/core/object-changes/3571/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3571,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3571/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3571/?format=api",
    "display": "DCIM | rack Lectern Module updated by voc",
    "time": "2025-07-23T16:02:41.965488Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "e1e7ac2a-2423-4caa-92d4-6b03875422de",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rack",
    "changed_object_id": 10,
    "changed_object": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/dcim/racks/10/?format=api",
        "display": "Lectern Module",
        "name": "Lectern Module",
        "description": ""
    },
    "prechange_data": {
        "name": "Lectern Module",
        "role": null,
        "site": 1,
        "tags": [],
        "type": "",
        "width": 19,
        "serial": "",
        "status": "planned",
        "tenant": null,
        "weight": null,
        "comments": "",
        "location": 3,
        "u_height": 2,
        "asset_tag": null,
        "desc_units": false,
        "max_weight": null,
        "outer_unit": "",
        "description": "",
        "facility_id": null,
        "outer_depth": null,
        "outer_width": null,
        "weight_unit": "",
        "custom_fields": {},
        "starting_unit": 1,
        "mounting_depth": null
    },
    "postchange_data": {
        "name": "Lectern Module",
        "role": null,
        "site": 1,
        "tags": [],
        "type": "",
        "width": 19,
        "serial": "",
        "status": "active",
        "tenant": null,
        "weight": null,
        "comments": "",
        "location": 3,
        "u_height": 2,
        "asset_tag": null,
        "desc_units": false,
        "max_weight": null,
        "outer_unit": "",
        "description": "",
        "facility_id": null,
        "outer_depth": null,
        "outer_width": null,
        "weight_unit": "",
        "custom_fields": {},
        "starting_unit": 1,
        "mounting_depth": null
    }
}