Retrieve a list of recent changes.

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

{
    "id": 3713,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3713/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3713/?format=api",
    "display": "IPAM | IP address 10.73.100.132/16 created by scientress",
    "time": "2025-12-10T20:05:33.145962Z",
    "user": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
        "display": "scientress (Jenny)",
        "username": "scientress"
    },
    "user_name": "scientress",
    "request_id": "46d9e91a-c289-4712-8e16-5ae172ba9dff",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 685,
    "changed_object": {
        "id": 685,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/685/?format=api",
        "display": "10.73.100.132/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.132/16",
        "description": "scientress printer server pi"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.132/16",
        "comments": "",
        "dns_name": "scientress-print.lan.c3voc.de",
        "nat_inside": null,
        "description": "scientress printer server pi",
        "custom_fields": {
            "mac_address": "b8:27:eb:f0:d6:eb",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}