Retrieve a list of recent changes.

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

{
    "id": 3710,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3710/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3710/?format=api",
    "display": "IPAM | IP address 10.73.100.123/24 created by thunfisch",
    "time": "2025-12-05T11:33:46.094280Z",
    "user": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
        "display": "thunfisch",
        "username": "thunfisch"
    },
    "user_name": "thunfisch",
    "request_id": "6fd0a09f-b55f-4644-943e-f988771451b0",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 683,
    "changed_object": {
        "id": 683,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/683/?format=api",
        "display": "10.73.100.123/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.123/24",
        "description": "thunfisch danterecorder server ipmi network interface"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.123/24",
        "comments": "",
        "dns_name": "danterecorder-ipmi",
        "nat_inside": null,
        "description": "thunfisch danterecorder server ipmi network interface",
        "custom_fields": {
            "mac_address": "2C:FD:A1:C7:33:F7",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}