Retrieve a list of recent changes.

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

{
    "id": 1857,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1857/?format=api",
    "display": "dcim | interface ether2 updated by kunsi",
    "time": "2025-03-17T18:29:18.937424Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "573f6649-9387-4a26-9ee2-0704db824c00",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 152,
    "changed_object": {
        "id": 152,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/152/?format=api",
        "display": "ether2",
        "device": {
            "id": 18,
            "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
            "display": "switch96",
            "name": "switch96"
        },
        "name": "ether2",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether2",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 18,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2024-03-24T10:06:16.320Z",
        "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": 2,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    },
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether2",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 18,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2024-03-24T10:06:16.320Z",
        "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": 3,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}