Retrieve a list of recent changes.

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

{
    "id": 3642,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3642/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3642/?format=api",
    "display": "IPAM | VLAN POC SIP Phones (3510) created by scientress",
    "time": "2025-08-07T21:58:28.085379Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "085bd447-cd42-4ef6-90cf-fea71573a76d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.vlan",
    "changed_object_id": 8,
    "changed_object": {
        "id": 8,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/8/?format=api",
        "display": "POC-SIP (3510)",
        "vid": 3510,
        "name": "POC-SIP",
        "description": ""
    },
    "prechange_data": {},
    "postchange_data": {
        "vid": 3510,
        "name": "POC SIP Phones",
        "role": null,
        "site": null,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "description": "",
        "custom_fields": {}
    }
}