Retrieve a list of recent changes.

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

{
    "id": 3766,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3766/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3766/?format=api",
    "display": "IPAM | prefix 10.73.51.0/24 created by niklas_net",
    "time": "2026-03-13T17:13:06.273135Z",
    "user": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/users/users/24/?format=api",
        "display": "niklas_net (niklas_net)",
        "username": "niklas_net"
    },
    "user_name": "niklas_net",
    "request_id": "18cf56f6-cab1-4ebe-8ba3-eaaa2522a29d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.prefix",
    "changed_object_id": 48,
    "changed_object": {
        "id": 48,
        "url": "https://netbox.c3voc.de/api/ipam/prefixes/48/?format=api",
        "display": "10.73.51.0/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "prefix": "10.73.51.0/24",
        "description": "niklas_net",
        "_depth": 1
    },
    "message": "Creation of prefix for room51 setup",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "vlan": null,
        "prefix": "10.73.51.0/24",
        "status": "active",
        "tenant": null,
        "is_pool": false,
        "comments": "Contains Bürgerschule Nordstadt equipment as well",
        "scope_id": null,
        "scope_type": null,
        "description": "niklas_net",
        "custom_fields": {},
        "mark_utilized": false
    }
}