Retrieve a list of recent changes.

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

{
    "id": 1853,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1853/?format=api",
    "display": "ipam | IP address 10.44.0.40/24 updated by lhampe",
    "time": "2025-03-01T17:50:48.873128Z",
    "user": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/users/users/11/?format=api",
        "display": "lhampe",
        "username": "lhampe"
    },
    "user_name": "lhampe",
    "request_id": "c6d3708d-68e1-4a3a-b29e-a20d0ce0a8cf",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "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": {
        "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
    },
    "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+Tnz7M3AOA08=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}