Retrieve a list of recent changes.

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

{
    "id": 3602,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3602/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3602/?format=api",
    "display": "DCIM | cable termination Cable #41 to 8 deleted by voc",
    "time": "2025-07-23T16:07:41.274310Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ed1ef9f5-bae5-430c-b312-a5670f6a468e",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 53,
    "changed_object": null,
    "prechange_data": {
        "cable": 41,
        "cable_end": "A",
        "termination_id": 18,
        "termination_type": 39
    },
    "postchange_data": {}
}