Retrieve a list of recent changes.

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

{
    "id": 1859,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1859/?format=api",
    "display": "dcim | interface ether22 updated by kunsi",
    "time": "2025-03-17T18:29:37.132589Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "57748300-4736-45f3-b81c-4e2c3c30642b",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 172,
    "changed_object": {
        "id": 172,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/172/?format=api",
        "display": "ether22",
        "device": {
            "id": 18,
            "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
            "display": "switch96",
            "name": "switch96"
        },
        "name": "ether22",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether22",
        "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.322Z",
        "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
    },
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether22",
        "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.322Z",
        "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
    }
}