Retrieve a list of recent changes.

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

{
    "id": 3709,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3709/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3709/?format=api",
    "display": "IPAM | IP address 10.73.100.122/24 created by thunfisch",
    "time": "2025-12-05T11:32:56.205776Z",
    "user": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
        "display": "thunfisch",
        "username": "thunfisch"
    },
    "user_name": "thunfisch",
    "request_id": "1424aa6e-9d0e-45c7-b343-75ba2b2ec30d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 682,
    "changed_object": {
        "id": 682,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/682/?format=api",
        "display": "10.73.100.122/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.122/24",
        "description": "thunfisch css326-2 switch"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.122/24",
        "comments": "",
        "dns_name": "css326-2",
        "nat_inside": null,
        "description": "thunfisch css326-2 switch",
        "custom_fields": {
            "mac_address": "b8:69:f4:cd:64:f5",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}