Retrieve a list of recent changes.

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

{
    "id": 3857,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3857/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3857/?format=api",
    "display": "IPAM | VLAN Micropoc Phones (1002) updated by sophie",
    "time": "2026-06-04T10:19:18.522468Z",
    "user": {
        "id": 22,
        "url": "https://netbox.c3voc.de/api/users/users/22/?format=api",
        "display": "sophie (Sophie Schiller)",
        "username": "sophie"
    },
    "user_name": "sophie",
    "request_id": "f5020ddd-dfe0-490a-80d6-b43ae8a02953",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.vlan",
    "changed_object_id": 9,
    "changed_object": {
        "id": 9,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/9/?format=api",
        "display": "Micropoc Phones (1002)",
        "vid": 1002,
        "name": "Micropoc Phones",
        "description": ""
    },
    "message": "",
    "prechange_data": {
        "vid": 1002,
        "name": "Micropoc Phones",
        "role": null,
        "site": null,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "qinq_role": null,
        "qinq_svlan": null,
        "description": "",
        "custom_fields": {}
    },
    "postchange_data": {
        "vid": 1002,
        "name": "Micropoc Phones",
        "role": null,
        "site": 1,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "qinq_role": null,
        "qinq_svlan": null,
        "description": "",
        "custom_fields": {}
    }
}