Retrieve a list of recent changes.

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

{
    "id": 2274,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2274/?format=api",
    "display": "dcim | interface ether15 created by voc",
    "time": "2025-05-24T15:36:16.389722Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 505,
    "changed_object": {
        "id": 505,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/505/?format=api",
        "display": "ether15",
        "device": {
            "id": 31,
            "url": "https://netbox.c3voc.de/api/dcim/devices/31/?format=api",
            "display": "switch2-lectern",
            "name": "switch2-lectern"
        },
        "name": "ether15",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": null,
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "ether15",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 31,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-24T15:36:16.122Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}