Retrieve a list of recent changes.

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

{
    "id": 1851,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1851/?format=api",
    "display": "ipam | IP address 10.44.0.40/24 created by lhampe",
    "time": "2025-03-01T17:39:41.791920Z",
    "user": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/users/users/11/?format=api",
        "display": "lhampe",
        "username": "lhampe"
    },
    "user_name": "lhampe",
    "request_id": "054c2cca-bb92-4bd3-a025-ded940508dc1",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 596,
    "changed_object": {
        "id": 596,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/596/?format=api",
        "display": "10.44.0.40/24",
        "family": 4,
        "address": "10.44.0.40/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.40/24",
        "created": "2025-03-01T17:39:41.789Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "lhampe_debug",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "u3Jv+LoR3gZ3nPs9lysFep9u9IJaG+4+Tnz7M3AOA09=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}