Retrieve a list of recent changes.

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

{
    "id": 3906,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3906/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3906/?format=api",
    "display": "Wireless | wireless LAN group saal28 deleted by zoe",
    "time": "2026-06-18T19:28:18.511136Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "286b725f-79b0-445f-99e7-9fabe717e197",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "wireless.wirelesslangroup",
    "changed_object_id": 1,
    "changed_object": null,
    "message": "",
    "prechange_data": {
        "name": "saal28",
        "slug": "saal28",
        "tags": [
            "bundlewrap"
        ],
        "parent": null,
        "comments": "",
        "description": "WiFi in saal28",
        "custom_fields": {}
    },
    "postchange_data": {}
}