Retrieve a list of recent changes.

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

{
    "id": 2843,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2843/?format=api",
    "display": "dcim | rear port template ge4 updated by voc",
    "time": "2025-05-25T12:22:20.809750Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "7765e15c-320a-4422-91c3-5f764f3e3d2a",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 5,
    "changed_object": {
        "id": 5,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/5/?format=api",
        "display": "ge4",
        "name": "ge4"
    },
    "prechange_data": {
        "name": "ge4",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.489Z",
        "positions": 4,
        "description": "",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "ge4",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.489Z",
        "positions": 1,
        "description": "Panel Position 12",
        "device_type": 20,
        "module_type": null
    }
}