Retrieve a list of recent changes.

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

{
    "id": 1855,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1855/?format=api",
    "display": "ipam | IP address 10.73.200.99/24 updated by kunsi",
    "time": "2025-03-08T08:37:22.978150Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "89f04738-c605-4262-9d57-5f95bb43cc7c",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 527,
    "changed_object": {
        "id": 527,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/527/?format=api",
        "display": "10.73.200.99/24",
        "family": 4,
        "address": "10.73.200.99/24"
    },
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.200.99/16",
        "created": "2023-08-18T17:59:33.188Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 24,
        "assigned_object_type": 103
    },
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.200.99/24",
        "created": "2023-08-18T17:59:33.188Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 24,
        "assigned_object_type": 103
    }
}