Retrieve a list of recent changes.

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

{
    "id": 1848,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1848/?format=api",
    "display": "ipam | IP address 10.44.0.73/24 created by thomic",
    "time": "2025-02-21T19:02:30.189228Z",
    "user": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/users/users/10/?format=api",
        "display": "thomic",
        "username": "thomic"
    },
    "user_name": "thomic",
    "request_id": "021f677e-8492-4a80-9607-3e6e9ae10ad4",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 594,
    "changed_object": {
        "id": 594,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/594/?format=api",
        "display": "10.44.0.73/24",
        "family": 4,
        "address": "10.44.0.73/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.73/24",
        "created": "2025-02-21T19:02:30.186Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "thomic (Thinkpad)",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}