Retrieve a list of recent changes.

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

{
    "id": 3765,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3765/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3765/?format=api",
    "display": "IPAM | IP address 10.44.0.48/24 created by isa",
    "time": "2026-02-28T23:20:59.060715Z",
    "user": {
        "id": 28,
        "url": "https://netbox.c3voc.de/api/users/users/28/?format=api",
        "display": "isa (isa)",
        "username": "isa"
    },
    "user_name": "isa",
    "request_id": "ec11ba11-b53f-4d3e-be42-72178789a0cd",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 718,
    "changed_object": {
        "id": 718,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/718/?format=api",
        "display": "10.44.0.48/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.48/24",
        "description": "isa"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.48/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "isa",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "F8WSOvr4ugTgK2OiZeRz1YZf6Oyibi2F125X5LhK8Cc=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}