Retrieve a list of recent changes.

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

{
    "id": 3915,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3915/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3915/?format=api",
    "display": "IPAM | IP range 10.73.28.100-199/16 created by zoe",
    "time": "2026-06-18T19:43:49.748875Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "1ff3a0fa-e365-48c4-836b-248a9feb4f24",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.iprange",
    "changed_object_id": 8,
    "changed_object": {
        "id": 8,
        "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/8/?format=api",
        "display": "10.73.28.100-199/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "start_address": "10.73.28.100/16",
        "end_address": "10.73.28.199/16",
        "description": "router28 DHCP"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "size": 100,
        "tags": [],
        "status": "active",
        "tenant": null,
        "comments": "",
        "description": "router28 DHCP",
        "end_address": "10.73.28.199/16",
        "custom_fields": {},
        "mark_utilized": false,
        "start_address": "10.73.28.100/16",
        "mark_populated": false
    }
}