Retrieve a list of recent changes.

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

{
    "id": 3903,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3903/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3903/?format=api",
    "display": "Wireless | wireless LAN group saal28 created by zoe",
    "time": "2026-06-18T19:26:47.655683Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "8576369f-015d-4529-a26f-26d2d1a31e1f",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "wireless.wirelesslangroup",
    "changed_object_id": 1,
    "changed_object": null,
    "message": "Add saal28 wifi group",
    "prechange_data": {},
    "postchange_data": {
        "name": "saal28",
        "slug": "saal28",
        "tags": [
            "bundlewrap"
        ],
        "parent": null,
        "comments": "",
        "description": "WiFi in saal28",
        "custom_fields": {}
    }
}