Retrieve a list of recent changes.

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

{
    "id": 3884,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3884/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3884/?format=api",
    "display": "DCIM | power port template power1 created by zoe",
    "time": "2026-06-18T19:22:37.918703Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "d0e385ae-18ac-470e-aea8-6ad4b8fb095b",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.powerporttemplate",
    "changed_object_id": 10,
    "changed_object": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/dcim/power-port-templates/10/?format=api",
        "display": "power1",
        "name": "power1",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "power1",
        "type": "dc-terminal",
        "label": "",
        "description": "",
        "device_type": 24,
        "module_type": null,
        "maximum_draw": 34,
        "allocated_draw": null
    }
}