Retrieve a list of recent changes.

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

{
    "id": 3578,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3578/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3578/?format=api",
    "display": "DCIM | cable termination Cable #31 to 3 deleted by voc",
    "time": "2025-07-23T16:04:29.972689Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "b6701cfe-e114-4fee-9d50-96df63042504",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 33,
    "changed_object": null,
    "prechange_data": {
        "cable": 31,
        "cable_end": "A",
        "termination_id": 5,
        "termination_type": 39
    },
    "postchange_data": {}
}