Retrieve a list of recent changes.

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

{
    "id": 3660,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3660/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3660/?format=api",
    "display": "IPAM | IP address 10.73.1.51/24 created by scientress",
    "time": "2025-08-10T07:50:30.369271Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "0d0ce614-ef94-4f9a-adcd-0f01eec7d941",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 657,
    "changed_object": {
        "id": 657,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/657/?format=api",
        "display": "10.73.1.51/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.1.51/24",
        "description": "Jenny Web Presenter HD"
    },
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.1.51/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "Jenny Web Presenter HD",
        "custom_fields": {
            "mac_address": "7c:2e:0d:a7:19:7f",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}