Retrieve a list of recent changes.

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

{
    "id": 2977,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2977/?format=api",
    "display": "ipam | IP address 10.44.0.74/24 created by thomic",
    "time": "2025-06-27T08:36:37.678872Z",
    "user": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/users/users/10/?format=api",
        "display": "thomic",
        "username": "thomic"
    },
    "user_name": "thomic",
    "request_id": "df13a042-2fc8-4431-a1c3-7c96f768587d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 625,
    "changed_object": {
        "id": 625,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/625/?format=api",
        "display": "10.44.0.74/24",
        "family": 4,
        "address": "10.44.0.74/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.74/24",
        "created": "2025-06-27T08:36:37.672Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "mstrigl_openSUSE",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "4xtWyApIyX5co5dHocq1IvgWjHnLivPgi6Kz0fU9Uk0=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}