Retrieve a list of recent changes.

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

{
    "id": 1850,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1850/?format=api",
    "display": "ipam | IP address 10.44.0.41/24 created by lhampe",
    "time": "2025-03-01T17:39:02.177274Z",
    "user": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/users/users/11/?format=api",
        "display": "lhampe",
        "username": "lhampe"
    },
    "user_name": "lhampe",
    "request_id": "7f7236e2-283c-4cf5-a8a3-671143ec47aa",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 595,
    "changed_object": {
        "id": 595,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/595/?format=api",
        "display": "10.44.0.41/24",
        "family": 4,
        "address": "10.44.0.41/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.41/24",
        "created": "2025-03-01T17:39:02.174Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "lhampe_2",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "u3Jv+LoR3gZ3nPs9lysFep9u9IJaG+4+Tnz7M3AOA08=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}