Retrieve a list of recent changes.

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

{
    "id": 2130,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2130/?format=api",
    "display": "dcim | interface ether13 created by voc",
    "time": "2025-05-24T15:36:13.515042Z",
    "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": 373,
    "changed_object": {
        "id": 373,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/373/?format=api",
        "display": "ether13",
        "device": {
            "id": 26,
            "url": "https://netbox.c3voc.de/api/dcim/devices/26/?format=api",
            "display": "switch3-foh",
            "name": "switch3-foh"
        },
        "name": "ether13",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": null,
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "ether13",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 26,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-24T15:36:13.275Z",
        "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
    }
}