Retrieve a list of recent changes.

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

{
    "id": 3887,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3887/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3887/?format=api",
    "display": "DCIM | interface template ether3 created by zoe",
    "time": "2026-06-18T19:22:37.978523Z",
    "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.interfacetemplate",
    "changed_object_id": 153,
    "changed_object": {
        "id": 153,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/153/?format=api",
        "display": "ether3",
        "name": "ether3",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "name": "ether3",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "mgmt_only": false,
        "description": "",
        "device_type": 24,
        "module_type": null
    }
}