Retrieve a list of recent changes.

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

{
    "id": 3762,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3762/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3762/?format=api",
    "display": "IPAM | IP address 10.44.0.33/24 updated by vale",
    "time": "2026-01-28T17:21:21.845389Z",
    "user": {
        "id": 21,
        "url": "https://netbox.c3voc.de/api/users/users/21/?format=api",
        "display": "vale (vale)",
        "username": "vale"
    },
    "user_name": "vale",
    "request_id": "e4d91eaf-e507-417d-a791-6798823209f6",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "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": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.33/24",
        "description": "vale"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.33/24",
        "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
    },
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.33/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "vale",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "7490Tjuadb5Zv0DW9+4OruKJx2XlC1Vtylu9FpRXrzE=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}