Retrieve a list of recent changes.

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

{
    "id": 2862,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2862/?format=api",
    "display": "dcim | rear port template ge3 updated by voc",
    "time": "2025-05-25T12:25:10.254000Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "606b7563-87ab-4e8e-9126-b91eb9e27f1b",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 4,
    "changed_object": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/4/?format=api",
        "display": "ge3",
        "name": "ge3"
    },
    "prechange_data": {
        "name": "ge3",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.484Z",
        "positions": 1,
        "description": "Panel Position 4",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "ge3",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.484Z",
        "positions": 1,
        "description": "Panel Position 04",
        "device_type": 20,
        "module_type": null
    }
}