Retrieve a list of recent changes.

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

{
    "id": 3629,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3629/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3629/?format=api",
    "display": "DCIM | cable #73 created by voc",
    "time": "2025-07-23T16:23:53.530194Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "7044aa13-568e-4ab1-b185-c6366405ec83",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cable",
    "changed_object_id": 73,
    "changed_object": {
        "id": 73,
        "url": "https://netbox.c3voc.de/api/dcim/cables/73/?format=api",
        "display": "#73",
        "label": "",
        "description": ""
    },
    "prechange_data": {},
    "postchange_data": {
        "tags": [],
        "type": "",
        "color": "ffffff",
        "label": "",
        "length": "1.5",
        "status": "connected",
        "tenant": null,
        "comments": "",
        "description": "",
        "length_unit": "m",
        "custom_fields": {}
    }
}