Retrieve a list of recent changes.

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

{
    "id": 3743,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3743/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3743/?format=api",
    "display": "Virtualization | interface ens19 created by scientress",
    "time": "2025-12-22T15:57:22.891701Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "079b34e5-2464-451f-913c-54713e47b86d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "virtualization.vminterface",
    "changed_object_id": 29,
    "changed_object": {
        "id": 29,
        "url": "https://netbox.c3voc.de/api/virtualization/interfaces/29/?format=api",
        "display": "ens19",
        "virtual_machine": {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/virtualization/virtual-machines/25/?format=api",
            "display": "signage-proxy",
            "name": "signage-proxy",
            "description": ""
        },
        "name": "ens19",
        "description": "CCH Media Network"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "mtu": null,
        "vrf": null,
        "mode": null,
        "name": "ens19",
        "tags": [],
        "bridge": null,
        "parent": null,
        "enabled": true,
        "qinq_svlan": null,
        "description": "CCH Media Network",
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "virtual_machine": 25,
        "primary_mac_address": null,
        "vlan_translation_policy": null
    }
}