Retrieve a list of recent changes.

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

{
    "id": 3883,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3883/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3883/?format=api",
    "display": "DCIM | device type hAP ax S created by zoe",
    "time": "2026-06-18T19:22:37.869247Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "d0e385ae-18ac-470e-aea8-6ad4b8fb095b",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.devicetype",
    "changed_object_id": 24,
    "changed_object": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/24/?format=api",
        "display": "hAP ax S",
        "manufacturer": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
            "display": "Mikrotik",
            "name": "Mikrotik",
            "slug": "mikrotik",
            "description": ""
        },
        "model": "hAP ax S",
        "slug": "mikrotik-hap-ax-s",
        "description": ""
    },
    "message": "Add mikrotik hap ax s",
    "prechange_data": {},
    "postchange_data": {
        "slug": "mikrotik-hap-ax-s",
        "tags": [],
        "model": "hAP ax S",
        "weight": "820",
        "airflow": "passive",
        "comments": "[Product Page](https://mikrotik.com/product/hap_ax_s)\nhAP ax S - WiFi 6 dual-band router with 5x GbE, 1x 2.5G SFP, PoE-out.",
        "u_height": "0",
        "rear_image": "",
        "description": "",
        "front_image": "",
        "part_number": "E62iUGS-2axD5axT",
        "weight_unit": "g",
        "manufacturer": 6,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": null,
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 0,
        "rear_port_template_count": 0,
        "device_bay_template_count": 0,
        "front_port_template_count": 0,
        "module_bay_template_count": 0,
        "power_port_template_count": 0,
        "console_port_template_count": 0,
        "power_outlet_template_count": 0,
        "inventory_item_template_count": 0,
        "console_server_port_template_count": 0
    }
}