Retrieve a list of recent changes.

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

{
    "id": 1852,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1852/?format=api",
    "display": "ipam | IP address 10.44.0.33/24 created by lhampe",
    "time": "2025-03-01T17:50:07.308118Z",
    "user": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/users/users/11/?format=api",
        "display": "lhampe",
        "username": "lhampe"
    },
    "user_name": "lhampe",
    "request_id": "80c8c0c6-c236-4bca-9507-9ee820df4c92",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 597,
    "changed_object": {
        "id": 597,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/597/?format=api",
        "display": "10.44.0.33/24",
        "family": 4,
        "address": "10.44.0.33/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.33/24",
        "created": "2025-03-01T17:50:07.305Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "vale",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "aJ/eVLbOdxCYZ6JM4Zuso0kHQAJ2/45rx8KAaCQcnDw=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}