Retrieve a list of recent changes.

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

{
    "id": 2841,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2841/?format=api",
    "display": "dcim | rear port template ge2 updated by voc",
    "time": "2025-05-25T12:22:03.309571Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "f084a2c6-c203-4855-9d60-40dc0a7863f1",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.rearporttemplate",
    "changed_object_id": 3,
    "changed_object": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/3/?format=api",
        "display": "ge2",
        "name": "ge2"
    },
    "prechange_data": {
        "name": "ge2",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.479Z",
        "positions": 1,
        "description": "",
        "device_type": 20,
        "module_type": null
    },
    "postchange_data": {
        "name": "ge2",
        "type": "8p8c",
        "color": "",
        "label": "",
        "created": "2025-05-25T12:20:33.479Z",
        "positions": 1,
        "description": "Panel Position 4",
        "device_type": 20,
        "module_type": null
    }
}