Retrieve a list of recent changes.

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

{
    "id": 1869,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1869/?format=api",
    "display": "ipam | IP address 10.44.0.4/24 created by voc",
    "time": "2025-03-28T13:37:55.433260Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "b5abf391-e935-43e3-9b0c-8b99c43def39",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 601,
    "changed_object": {
        "id": 601,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/601/?format=api",
        "display": "10.44.0.4/24",
        "family": 4,
        "address": "10.44.0.4/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.4/24",
        "created": "2025-03-28T13:37:55.430Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "thorti",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "x9d2I2k0NwklC2KZVCf48ChAKEf377Imw4zm7u5ffGQ=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}