Retrieve a list of recent changes.

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

{
    "id": 3715,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3715/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3715/?format=api",
    "display": "IPAM | prefix 2a00:c380:c101:2800::/64 created by voc",
    "time": "2025-12-19T21:47:58.236387Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "7808b917-450e-40b1-969e-00619e11c857",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.prefix",
    "changed_object_id": 47,
    "changed_object": {
        "id": 47,
        "url": "https://netbox.c3voc.de/api/ipam/prefixes/47/?format=api",
        "display": "2a00:c380:c101:2800::/64",
        "family": {
            "value": 6,
            "label": "IPv6"
        },
        "prefix": "2a00:c380:c101:2800::/64",
        "description": "bremen",
        "_depth": 0
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "vlan": null,
        "prefix": "2a00:c380:c101:2800::/64",
        "status": "active",
        "tenant": null,
        "is_pool": false,
        "comments": "",
        "scope_id": null,
        "scope_type": null,
        "description": "bremen",
        "custom_fields": {},
        "mark_utilized": false
    }
}