Retrieve a list of recent changes.

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

{
    "id": 3644,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3644/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3644/?format=api",
    "display": "DCIM | interface ether21 updated by scientress",
    "time": "2025-08-07T21:58:57.431255Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "e842e38a-5536-409c-89ec-c0eb6b8e7e6e",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 199,
    "changed_object": {
        "id": 199,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/199/?format=api",
        "display": "ether21",
        "device": {
            "id": 19,
            "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
            "display": "switch1-foh",
            "name": "switch1-foh",
            "description": ""
        },
        "name": "ether21",
        "description": "VOC devices",
        "cable": {
            "id": 45,
            "url": "https://netbox.c3voc.de/api/dcim/cables/45/?format=api",
            "display": "#45",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether21",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": 45,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 19,
        "duplex": null,
        "module": null,
        "parent": null,
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "A",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "VOC devices",
        "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": "ether21",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": 45,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 19,
        "duplex": null,
        "module": null,
        "parent": null,
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "A",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "VOC devices",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": 8,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}