Retrieve a list of recent changes.

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

{
    "id": 3894,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3894/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3894/?format=api",
    "display": "DCIM | power port power1 created by zoe",
    "time": "2026-06-18T19:23:11.640257Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "ceb59c5f-480d-4088-9e25-a42147798422",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.powerport",
    "changed_object_id": 39,
    "changed_object": {
        "id": 39,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/39/?format=api",
        "display": "power1",
        "device": {
            "id": 73,
            "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
            "display": "router28",
            "name": "router28",
            "description": ""
        },
        "name": "power1",
        "description": "",
        "cable": null,
        "_occupied": false
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "power1",
        "tags": [],
        "type": "dc-terminal",
        "cable": null,
        "label": "",
        "device": 73,
        "module": null,
        "cable_end": null,
        "description": "",
        "maximum_draw": 34,
        "custom_fields": {},
        "allocated_draw": null,
        "mark_connected": false
    }
}