Retrieve a list of recent changes.

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

{
    "id": 1862,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1862/?format=api",
    "display": "dcim | interface public created by kunsi",
    "time": "2025-03-17T18:31:17.113142Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "d5824e1f-f840-4596-8568-d8d8d3a8b7ce",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 178,
    "changed_object": null,
    "prechange_data": null,
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "public",
        "tags": [],
        "type": "virtual",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 18,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-03-17T18:31:17.101Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}