Retrieve a list of recent changes.

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

{
    "id": 3648,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3648/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3648/?format=api",
    "display": "IPAM | VLAN POC-SIP (3510) updated by scientress",
    "time": "2025-08-07T22:01:30.710545Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "24027050-2343-4a4c-b89a-fc7170a07fda",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "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": {
        "vid": 3510,
        "name": "POC SIP Phones",
        "role": null,
        "site": 1,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "description": "",
        "custom_fields": {}
    },
    "postchange_data": {
        "vid": 3510,
        "name": "POC-SIP",
        "role": null,
        "site": 1,
        "tags": [],
        "group": null,
        "status": "active",
        "tenant": null,
        "comments": "",
        "description": "",
        "custom_fields": {}
    }
}