Retrieve a list of recent changes.

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

{
    "id": 1854,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1854/?format=api",
    "display": "ipam | IP address 10.73.200.99/24 deleted by kunsi",
    "time": "2025-03-08T08:37:13.008392Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "f10c0c04-9980-478e-8562-0342f4e24b36",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 519,
    "changed_object": null,
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.200.99/24",
        "created": "2023-08-13T16:52:27.856Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "live",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": null
}