Retrieve a list of recent changes.

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

{
    "id": 2964,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2964/?format=api",
    "display": "ipam | IP address 10.73.5.22/16 created by voc",
    "time": "2025-05-25T12:53:06.628080Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "1d95d49e-35fb-4dba-b0f8-0b94529801d2",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 621,
    "changed_object": {
        "id": 621,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/621/?format=api",
        "display": "10.73.5.22/16",
        "family": 4,
        "address": "10.73.5.22/16"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.5.22/16",
        "created": "2025-05-25T12:53:06.624Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 791,
        "assigned_object_type": 32
    }
}