Retrieve a list of recent changes.

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

{
    "id": 2978,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2978/?format=api",
    "display": "ipam | IP address 10.44.0.75/24 created by thomic",
    "time": "2025-06-27T18:03:48.663447Z",
    "user": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/users/users/10/?format=api",
        "display": "thomic",
        "username": "thomic"
    },
    "user_name": "thomic",
    "request_id": "3ec904c7-c855-4b4b-99a1-6d4e3800b986",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 626,
    "changed_object": {
        "id": 626,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/626/?format=api",
        "display": "10.44.0.75/24",
        "family": 4,
        "address": "10.44.0.75/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.75/24",
        "created": "2025-06-27T18:03:48.657Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "wengel_openSUSE",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "7Vhu8yIvA1f/VmBdpeordElQs1Dy88B0Kt+ReNl1fQE=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}