Retrieve a list of recent changes.

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

{
    "id": 3714,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3714/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3714/?format=api",
    "display": "IPAM | prefix 193.203.16.32/28 created by voc",
    "time": "2025-12-19T21:47:47.604661Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "19a5791e-f15c-4fcb-af87-68bc78d21ae7",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.prefix",
    "changed_object_id": 46,
    "changed_object": {
        "id": 46,
        "url": "https://netbox.c3voc.de/api/ipam/prefixes/46/?format=api",
        "display": "193.203.16.32/28",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "prefix": "193.203.16.32/28",
        "description": "bremen",
        "_depth": 0
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "vlan": null,
        "prefix": "193.203.16.32/28",
        "status": "active",
        "tenant": null,
        "is_pool": false,
        "comments": "",
        "scope_id": null,
        "scope_type": null,
        "description": "bremen",
        "custom_fields": {},
        "mark_utilized": false
    }
}