Retrieve a list of recent changes.

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

{
    "id": 3754,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3754/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3754/?format=api",
    "display": "IPAM | IP address 10.44.0.77/24 created by voc",
    "time": "2025-12-27T08:47:10.247391Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ebaf2e35-3104-485e-8dbe-eb2d44371fae",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 711,
    "changed_object": {
        "id": 711,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/711/?format=api",
        "display": "10.44.0.77/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.77/24",
        "description": "leiko"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.77/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "leiko",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "R49LHH8BL3nOfA60Y0ytdwaEXd96goK9PNCdVErlQwk=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}