Retrieve a list of recent changes.

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

{
    "id": 2664,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2664/?format=api",
    "display": "dcim | interface template ether2 created by voc",
    "time": "2025-05-24T16:23:46.218920Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ed717058-1329-4262-81e1-b66e214076ad",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interfacetemplate",
    "changed_object_id": 127,
    "changed_object": {
        "id": 127,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/127/?format=api",
        "display": "ether2",
        "name": "ether2"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ether2",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "created": "2025-05-24T16:23:46.217Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "mgmt_only": false,
        "description": "",
        "device_type": 14,
        "module_type": null
    }
}