Retrieve a list of recent changes.

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

{
    "id": 1883,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/1883/?format=api",
    "display": "dcim | rack FOH Module created by voc",
    "time": "2025-05-24T14:15:03.592510Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "2bb24ab5-db48-4b6c-9498-7c06598f42fa",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.rack",
    "changed_object_id": 6,
    "changed_object": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/dcim/racks/6/?format=api",
        "display": "FOH Module",
        "name": "FOH Module"
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "FOH Module",
        "role": null,
        "site": 1,
        "tags": [],
        "type": "",
        "width": 19,
        "serial": "",
        "status": "planned",
        "tenant": null,
        "weight": null,
        "created": "2025-05-24T14:15:03.590Z",
        "comments": "",
        "location": 5,
        "u_height": 4,
        "asset_tag": null,
        "desc_units": false,
        "max_weight": null,
        "outer_unit": "",
        "description": "",
        "facility_id": null,
        "outer_depth": null,
        "outer_width": null,
        "weight_unit": "",
        "custom_fields": {},
        "starting_unit": 1,
        "mounting_depth": null
    }
}