Retrieve a list of recent changes.

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

{
    "id": 2764,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2764/?format=api",
    "display": "dcim | interface template eth0 created by voc",
    "time": "2025-05-25T11:50:26.278229Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c343185d-5990-4023-82c2-30f8aca6fca6",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interfacetemplate",
    "changed_object_id": 134,
    "changed_object": {
        "id": 134,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/134/?format=api",
        "display": "eth0",
        "name": "eth0"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "eth0",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "created": "2025-05-25T11:50:26.274Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "mgmt_only": false,
        "description": "",
        "device_type": 17,
        "module_type": null
    }
}