Retrieve a list of recent changes.

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

{
    "id": 1867,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1867/?format=api",
    "display": "ipam | IP address 10.73.94.3/24 updated by voc",
    "time": "2025-03-19T18:08:13.288888Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "a1f7676c-efd6-4deb-b12c-8a66f79c16f5",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 572,
    "changed_object": {
        "id": 572,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/572/?format=api",
        "display": "10.73.94.3/24",
        "family": 4,
        "address": "10.73.94.3/24"
    },
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.94.3/24",
        "created": "2024-05-18T15:28:57.790Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "encoder94",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.94.3/24",
        "created": "2024-05-18T15:28:57.790Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "encoder94",
        "custom_fields": {
            "mac_address": "98:fa:9b:f4:47:6d",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}