Retrieve a list of recent changes.

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

{
    "id": 3831,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3831/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3831/?format=api",
    "display": "IPAM | IP address 10.44.0.80/24 created by clerie",
    "time": "2026-04-05T11:26:19.249886Z",
    "user": {
        "id": 31,
        "url": "https://netbox.c3voc.de/api/users/users/31/?format=api",
        "display": "clerie (clerie)",
        "username": "clerie"
    },
    "user_name": "clerie",
    "request_id": "dd05215d-316a-4608-8c37-aaa89418b3ea",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 727,
    "changed_object": {
        "id": 727,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/727/?format=api",
        "display": "10.44.0.80/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.80/24",
        "description": "clerie"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.80/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "clerie",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}