Retrieve a list of recent changes.

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

{
    "id": 2706,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2706/?format=api",
    "display": "dcim | interface template ether4 created by voc",
    "time": "2025-05-24T17:06:10.505350Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ff1bf2f9-568a-4061-87af-c5d1f67f49a5",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interfacetemplate",
    "changed_object_id": 132,
    "changed_object": {
        "id": 132,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/132/?format=api",
        "display": "ether4",
        "name": "ether4"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ether4",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "created": "2025-05-24T17:06:10.503Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "pse",
        "poe_type": "type1-ieee802.3af",
        "mgmt_only": false,
        "description": "",
        "device_type": 16,
        "module_type": null
    }
}