Retrieve a list of recent changes.

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

{
    "id": 2766,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2766/?format=api",
    "display": "dcim | interface template eth0 created by voc",
    "time": "2025-05-25T11:51:11.455020Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "b59fbbbe-43c0-4ec2-be7d-8212407c0572",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interfacetemplate",
    "changed_object_id": 135,
    "changed_object": {
        "id": 135,
        "url": "https://netbox.c3voc.de/api/dcim/interface-templates/135/?format=api",
        "display": "eth0",
        "name": "eth0"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "eth0",
        "type": "1000base-t",
        "label": "",
        "bridge": null,
        "created": "2025-05-25T11:51:11.451Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "mgmt_only": false,
        "description": "",
        "device_type": 18,
        "module_type": null
    }
}