Retrieve a list of recent changes.

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

{
    "id": 3707,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3707/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3707/?format=api",
    "display": "DCIM | interface ether22 updated by scientress",
    "time": "2025-11-25T16:00:04.333842Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "cbab1787-e14a-4b15-960e-b315ab7afd86",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 746,
    "changed_object": {
        "id": 746,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/746/?format=api",
        "display": "ether22",
        "device": {
            "id": 40,
            "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
            "display": "switch5-office",
            "name": "switch5-office",
            "description": ""
        },
        "name": "ether22",
        "description": "VOC devices",
        "cable": null,
        "_occupied": false
    },
    "message": "",
    "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": 40,
        "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": "ether22",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 40,
        "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
    }
}