Retrieve a list of recent changes.

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

{
    "id": 1865,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1865/?format=api",
    "display": "ipam | IP address 10.73.100.130/24 created by voc",
    "time": "2025-03-19T17:59:25.474723Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "af694987-a9e3-4409-a0e2-bf2b1ab3af9c",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 599,
    "changed_object": {
        "id": 599,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/599/?format=api",
        "display": "10.73.100.130/24",
        "family": 4,
        "address": "10.73.100.130/24"
    },
    "prechange_data": null,
    "postchange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.130/24",
        "created": "2025-03-19T17:59:25.472Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "sophie-usb3",
        "custom_fields": {
            "mac_address": "84:16:f9:17:f8:43",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}