Retrieve a list of recent changes.

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

{
    "id": 3851,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3851/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3851/?format=api",
    "display": "IPAM | IP range 10.73.81.1-255/16 created by andi",
    "time": "2026-05-17T21:08:19.070018Z",
    "user": {
        "id": 13,
        "url": "https://netbox.c3voc.de/api/users/users/13/?format=api",
        "display": "andi (Andi)",
        "username": "andi"
    },
    "user_name": "andi",
    "request_id": "af1b452b-79d6-4feb-bddc-a2bb9e94815b",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.iprange",
    "changed_object_id": 7,
    "changed_object": {
        "id": 7,
        "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/7/?format=api",
        "display": "10.73.81.1-255/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "start_address": "10.73.81.1/16",
        "end_address": "10.73.81.255/16",
        "description": "router-muc"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": 2,
        "size": 255,
        "tags": [],
        "status": "active",
        "tenant": null,
        "comments": "",
        "description": "router-muc",
        "end_address": "10.73.81.255/16",
        "custom_fields": {},
        "mark_utilized": false,
        "start_address": "10.73.81.1/16",
        "mark_populated": false
    }
}