Retrieve a list of recent changes.

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

{
    "id": 3830,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3830/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3830/?format=api",
    "display": "IPAM | IP address 185.106.84.17/26 updated by ischluff",
    "time": "2026-03-29T22:43:25.266792Z",
    "user": {
        "id": 30,
        "url": "https://netbox.c3voc.de/api/users/users/30/?format=api",
        "display": "ischluff (ischluff)",
        "username": "ischluff"
    },
    "user_name": "ischluff",
    "request_id": "862c523c-809c-419d-b533-5aaa2e59cc3a",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 674,
    "changed_object": {
        "id": 674,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/674/?format=api",
        "display": "185.106.84.17/26",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "185.106.84.17/26",
        "description": "live.alb.c3voc.de"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "185.106.84.17/26",
        "comments": "Relay but with nixos",
        "dns_name": "live3.alb.c3voc.de",
        "nat_inside": null,
        "description": "live3.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.17/26",
        "comments": "Relay but with nixos",
        "dns_name": "live.alb.c3voc.de",
        "nat_inside": null,
        "description": "live.alb.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}