Retrieve a list of recent changes.

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

{
    "id": 3847,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3847/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3847/?format=api",
    "display": "IPAM | IP address 185.106.84.56/26 updated by ischluff",
    "time": "2026-04-23T23:13:54.349576Z",
    "user": {
        "id": 30,
        "url": "https://netbox.c3voc.de/api/users/users/30/?format=api",
        "display": "ischluff (ischluff)",
        "username": "ischluff"
    },
    "user_name": "ischluff",
    "request_id": "7dcce8c1-c7e3-4d03-b89d-373ed81f2e95",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 715,
    "changed_object": {
        "id": 715,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/715/?format=api",
        "display": "185.106.84.56/26",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "185.106.84.56/26",
        "description": "monitoring.c3voc.de"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "185.106.84.56/26",
        "comments": "",
        "dns_name": "monitoring2.alb.c3voc.de",
        "nat_inside": null,
        "description": "monitoring2.alb.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "185.106.84.56/26",
        "comments": "",
        "dns_name": "monitoring.c3voc.de",
        "nat_inside": null,
        "description": "monitoring.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}