Retrieve a list of recent changes.

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

{
    "id": 3741,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3741/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3741/?format=api",
    "display": "Virtualization | virtual machine signage-proxy created by scientress",
    "time": "2025-12-22T15:56:50.445936Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "da0614f0-d04c-452a-9abe-abdf6805e6c4",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "virtualization.virtualmachine",
    "changed_object_id": 25,
    "changed_object": {
        "id": 25,
        "url": "https://netbox.c3voc.de/api/virtualization/virtual-machines/25/?format=api",
        "display": "signage-proxy",
        "name": "signage-proxy",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "disk": 32000,
        "name": "signage-proxy",
        "role": null,
        "site": 1,
        "tags": [],
        "vcpus": "4",
        "device": null,
        "memory": 4096,
        "serial": "",
        "status": "active",
        "tenant": null,
        "cluster": 3,
        "comments": "",
        "platform": null,
        "description": "",
        "primary_ip4": null,
        "primary_ip6": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 0,
        "local_context_data": null,
        "virtual_disk_count": 0
    }
}