Retrieve a list of recent changes.

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

{
    "id": 3625,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3625/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3625/?format=api",
    "display": "DCIM | power outlet 4 created by voc",
    "time": "2025-07-23T16:22:34.135703Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "e303fa62-1912-4aa2-93e7-39f3111c88a9",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.poweroutlet",
    "changed_object_id": 25,
    "changed_object": {
        "id": 25,
        "url": "https://netbox.c3voc.de/api/dcim/power-outlets/25/?format=api",
        "display": "4",
        "device": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
            "display": "Redundancy",
            "name": "Redundancy",
            "description": ""
        },
        "name": "4",
        "description": "",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": {},
    "postchange_data": {
        "name": "4",
        "tags": [],
        "type": "ita-f",
        "cable": null,
        "label": "",
        "device": 11,
        "module": null,
        "feed_leg": "",
        "cable_end": "",
        "power_port": null,
        "description": "",
        "custom_fields": {},
        "mark_connected": false
    }
}