Retrieve a list of recent changes.

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

{
    "id": 2967,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2967/?format=api",
    "display": "ipam | IP address 10.73.6.11/24 created by jayjay",
    "time": "2025-06-18T15:02:41.279073Z",
    "user": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/users/users/6/?format=api",
        "display": "jayjay (Julian Jacobi)",
        "username": "jayjay"
    },
    "user_name": "jayjay",
    "request_id": "f103603f-40fa-4222-87ad-a27bd04fa75c",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 623,
    "changed_object": {
        "id": 623,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/623/?format=api",
        "display": "10.73.6.11/24",
        "family": 4,
        "address": "10.73.6.11/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.6.11/24",
        "created": "2025-06-18T15:02:41.274Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "Sony PXW-Z200 Case 6",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}