Retrieve a list of recent changes.

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

{
    "id": 2756,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2756/?format=api",
    "display": "dcim | cable termination Cable #46 to ether20 deleted by voc",
    "time": "2025-05-24T18:49:15.964633Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "f7bd5818-5697-4e91-8083-112ea0ec060d",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 67,
    "changed_object": null,
    "prechange_data": {
        "cable": 46,
        "created": "2025-05-24T18:44:03.835Z",
        "cable_end": "A",
        "termination_id": 198,
        "termination_type": 32
    },
    "postchange_data": null
}