Retrieve a list of recent changes.

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

{
    "id": 3849,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3849/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3849/?format=api",
    "display": "IPAM | prefix 10.73.76.0/24 created by hexchen",
    "time": "2026-05-01T17:25:40.932270Z",
    "user": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/users/users/2/?format=api",
        "display": "hexchen (hexchen)",
        "username": "hexchen"
    },
    "user_name": "hexchen",
    "request_id": "05d1f65a-ed6c-4be1-95d4-191c95e51117",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.prefix",
    "changed_object_id": 49,
    "changed_object": {
        "id": 49,
        "url": "https://netbox.c3voc.de/api/ipam/prefixes/49/?format=api",
        "display": "10.73.76.0/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "prefix": "10.73.76.0/24",
        "description": "Entropia",
        "_depth": 1
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "vlan": null,
        "prefix": "10.73.76.0/24",
        "status": "active",
        "tenant": null,
        "is_pool": false,
        "comments": "",
        "scope_id": null,
        "scope_type": null,
        "description": "Entropia",
        "custom_fields": {},
        "mark_utilized": false
    }
}