Retrieve a list of recent changes.

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

{
    "id": 3658,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3658/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3658/?format=api",
    "display": "IPAM | IP address 10.44.0.10/24 created by hexchen",
    "time": "2025-08-08T15:44:43.631736Z",
    "user": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/users/users/2/?format=api",
        "display": "hexchen",
        "username": "hexchen"
    },
    "user_name": "hexchen",
    "request_id": "90b21477-8f4e-4c2f-8699-114f1e706105",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 655,
    "changed_object": {
        "id": 655,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/655/?format=api",
        "display": "10.44.0.10/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.10/24",
        "description": "hexchen"
    },
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.10/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "hexchen",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "mBszBtKACFMylPn+LRFIs2CLui0O973V60GU1UVabno=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}