Retrieve a list of recent changes.

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

{
    "id": 3086,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3086/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3086/?format=api",
    "display": "DCIM | cable termination Cable #59 to ether5 deleted by voc",
    "time": "2025-07-16T18:45:19.893324Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "36c11de9-3946-4fe4-b484-0c53a05efb84",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 96,
    "changed_object": null,
    "prechange_data": {
        "cable": 59,
        "cable_end": "B",
        "termination_id": 819,
        "termination_type": 32
    },
    "postchange_data": {}
}