Retrieve a list of recent changes.

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

{
    "id": 3597,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3597/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3597/?format=api",
    "display": "DCIM | cable termination Cable #37 to PSU2 deleted by voc",
    "time": "2025-07-23T16:07:01.561706Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "9e194486-9e3e-4645-bca3-6af76d12e0c1",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 46,
    "changed_object": null,
    "prechange_data": {
        "cable": 37,
        "cable_end": "B",
        "termination_id": 6,
        "termination_type": 42
    },
    "postchange_data": {}
}