Retrieve a list of recent changes.

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

{
    "id": 3645,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3645/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3645/?format=api",
    "display": "DCIM | interface ether21 updated by scientress",
    "time": "2025-08-07T21:59:17.763113Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "0bcffa32-8e61-4f51-ba48-cdb391cd7a70",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 355,
    "changed_object": {
        "id": 355,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/355/?format=api",
        "display": "ether21",
        "device": {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/dcim/devices/25/?format=api",
            "display": "switch2-foh",
            "name": "switch2-foh",
            "description": ""
        },
        "name": "ether21",
        "description": "VOC devices",
        "cable": {
            "id": 55,
            "url": "https://netbox.c3voc.de/api/dcim/cables/55/?format=api",
            "display": "#55",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "ether21",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": 55,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 25,
        "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": 55,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 25,
        "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
    }
}