Retrieve a list of recent changes.

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

{
    "id": 2902,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2902/?format=api",
    "display": "dcim | power port power created by voc",
    "time": "2025-05-25T12:34:23.638065Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "b080bf36-f9c6-498a-83f9-73c663c66e22",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.powerport",
    "changed_object_id": 38,
    "changed_object": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/38/?format=api",
        "display": "power",
        "device": {
            "id": 72,
            "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
            "display": "lectern1-patch",
            "name": "lectern1-patch"
        },
        "name": "power",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "power",
        "tags": [],
        "type": "neutrik-powercon-true1-top",
        "cable": null,
        "label": "",
        "device": 72,
        "module": null,
        "created": "2025-05-25T12:34:23.634Z",
        "cable_end": "",
        "description": "",
        "maximum_draw": null,
        "custom_fields": {},
        "allocated_draw": null,
        "mark_connected": false
    }
}