Retrieve a list of recent changes.

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

{
    "id": 3547,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3547/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3547/?format=api",
    "display": "IPAM | IP address 10.73.6.204/16 updated by kunsi",
    "time": "2025-07-19T11:07:02.949143Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "891b0bef-0b4e-4c8a-b9c0-344199cc98ec",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 645,
    "changed_object": {
        "id": 645,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/645/?format=api",
        "display": "10.73.6.204/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.6.204/16",
        "description": ""
    },
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.6.204/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 857,
        "assigned_object_type": 32
    },
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.6.204/16",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 857,
        "assigned_object_type": 32
    }
}