Retrieve a list of recent changes.

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

{
    "id": 3905,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3905/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3905/?format=api",
    "display": "Wireless | wireless LAN c3voc-saal28 deleted by zoe",
    "time": "2026-06-18T19:28:04.928665Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "d8d0dcdb-1172-4c99-8f73-e1d8d5187ea9",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "wireless.wirelesslan",
    "changed_object_id": 1,
    "changed_object": null,
    "message": "Remove again because wifi pw",
    "prechange_data": {
        "ssid": "c3voc-saal28",
        "tags": [
            "bundlewrap"
        ],
        "vlan": 3,
        "group": 1,
        "status": "active",
        "tenant": null,
        "auth_psk": "YyuVePcMMUF45tnY",
        "comments": "",
        "scope_id": null,
        "auth_type": "wpa-personal",
        "scope_type": null,
        "auth_cipher": null,
        "description": "",
        "custom_fields": {}
    },
    "postchange_data": {}
}