Retrieve a list of recent changes.

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

{
    "id": 1870,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1870/?format=api",
    "display": "ipam | IP address 10.44.0.5/24 created by voc",
    "time": "2025-03-28T13:39:40.713707Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "28abbc1a-79b2-4ee2-8d81-a5f3893a5f8f",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 602,
    "changed_object": {
        "id": 602,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/602/?format=api",
        "display": "10.44.0.5/24",
        "family": 4,
        "address": "10.44.0.5/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.5/24",
        "created": "2025-03-28T13:39:40.711Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "thunfisch (router)",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "WFcv11VRG601koTEn007ZkmngY3f1ZIhJ6wjdbFf9Xg=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}