Retrieve a list of recent changes.

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

{
    "id": 3744,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3744/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3744/?format=api",
    "display": "Virtualization | interface ens20 created by scientress",
    "time": "2025-12-23T11:11:03.011868Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "4d54af30-675f-45f3-b391-bf90b554eb54",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "virtualization.vminterface",
    "changed_object_id": 30,
    "changed_object": {
        "id": 30,
        "url": "https://netbox.c3voc.de/api/virtualization/interfaces/30/?format=api",
        "display": "ens20",
        "virtual_machine": {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/virtualization/virtual-machines/25/?format=api",
            "display": "signage-proxy",
            "name": "signage-proxy",
            "description": ""
        },
        "name": "ens20",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "mtu": null,
        "vrf": null,
        "mode": null,
        "name": "ens20",
        "tags": [],
        "bridge": null,
        "parent": null,
        "enabled": true,
        "qinq_svlan": null,
        "description": "",
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "virtual_machine": 25,
        "primary_mac_address": null,
        "vlan_translation_policy": null
    }
}