Retrieve a list of recent changes.

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

{
    "id": 3745,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3745/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3745/?format=api",
    "display": "DCIM | interface sfp-sfpplus1 updated by scientress",
    "time": "2025-12-25T17:16:56.404657Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "68a71d50-e858-4bef-b275-e12ec4fe3594",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 671,
    "changed_object": {
        "id": 671,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/671/?format=api",
        "display": "sfp-sfpplus1",
        "device": {
            "id": 37,
            "url": "https://netbox.c3voc.de/api/dcim/devices/37/?format=api",
            "display": "switch2-office",
            "name": "switch2-office",
            "description": ""
        },
        "name": "sfp-sfpplus1",
        "description": "VOC devices",
        "cable": null,
        "_occupied": false
    },
    "message": "",
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "access",
        "name": "sfp-sfpplus1",
        "tags": [],
        "type": "10gbase-x-sfpp",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 37,
        "duplex": null,
        "module": null,
        "parent": null,
        "enabled": true,
        "rf_role": null,
        "poe_mode": null,
        "poe_type": null,
        "tx_power": null,
        "cable_end": null,
        "mgmt_only": false,
        "qinq_svlan": null,
        "rf_channel": null,
        "description": "VOC devices",
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": 3,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "primary_mac_address": null,
        "rf_channel_frequency": null,
        "vlan_translation_policy": null
    },
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "tagged-all",
        "name": "sfp-sfpplus1",
        "tags": [],
        "type": "10gbase-x-sfpp",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 37,
        "duplex": null,
        "module": null,
        "parent": null,
        "enabled": true,
        "rf_role": null,
        "poe_mode": null,
        "poe_type": null,
        "tx_power": null,
        "cable_end": null,
        "mgmt_only": false,
        "qinq_svlan": null,
        "rf_channel": null,
        "description": "VOC devices",
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "primary_mac_address": null,
        "rf_channel_frequency": null,
        "vlan_translation_policy": null
    }
}