Retrieve a list of recent changes.

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

{
    "id": 3834,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3834/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3834/?format=api",
    "display": "IPAM | IP address 2001:67c:20a0:e::36/64 created by lukas2511",
    "time": "2026-04-06T15:10:49.027171Z",
    "user": {
        "id": 32,
        "url": "https://netbox.c3voc.de/api/users/users/32/?format=api",
        "display": "lukas2511",
        "username": "lukas2511"
    },
    "user_name": "lukas2511",
    "request_id": "90613e14-0558-45b2-9c8f-c61d89700c52",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 729,
    "changed_object": {
        "id": 729,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/729/?format=api",
        "display": "2001:67c:20a0:e::36/64",
        "family": {
            "value": 6,
            "label": "IPv6"
        },
        "address": "2001:67c:20a0:e::36/64",
        "description": ""
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "2001:67c:20a0:e::36/64",
        "comments": "",
        "dns_name": "ingest.alb.c3voc.de",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}