Retrieve a list of recent changes.

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

{
    "id": 2667,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2667/?format=api",
    "display": "dcim | interface template ether1 created by voc",
    "time": "2025-05-24T16:41:54.035471Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "feab3834-8a9e-4327-93e4-211554883e85",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interfacetemplate",
    "changed_object_id": 128,
    "changed_object": {
        "id": 128,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/128/?format=api",
        "display": "ether1",
        "name": "ether1"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ether1",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "created": "2025-05-24T16:41:54.032Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "mgmt_only": false,
        "description": "",
        "device_type": 15,
        "module_type": null
    }
}