Retrieve a list of recent changes.

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

{
    "id": 3947,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3947/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3947/?format=api",
    "display": "IPAM | IP address 10.44.0.79/24 updated by niklas_net",
    "time": "2026-07-04T19:36:38.005461Z",
    "user": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/users/users/24/?format=api",
        "display": "niklas_net (niklas_net)",
        "username": "niklas_net"
    },
    "user_name": "niklas_net",
    "request_id": "3966ff26-9f9b-40d2-bdc7-391a6cc9dd23",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 723,
    "changed_object": {
        "id": 723,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/723/?format=api",
        "display": "10.44.0.79/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.79/24",
        "description": "niklas_net"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.79/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "niklas_net",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": "JwJ5AjrzK7nLbe5CYkl3sNWeI01TglTq9nSEK1gEoDA="
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.79/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "niklas_net",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "JwJ5AjrzK7nLbe5CYkl3sNWeI01TglTq9nSEK1gEoDA=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}