Retrieve a list of recent changes.

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

{
    "id": 2913,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2913/?format=api",
    "display": "dcim | front port ge2 (Public LAN) created by voc",
    "time": "2025-05-25T12:34:23.754235Z",
    "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.frontport",
    "changed_object_id": 2,
    "changed_object": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/front-ports/2/?format=api",
        "display": "ge2 (Public LAN)",
        "device": {
            "id": 72,
            "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
            "display": "lectern1-patch",
            "name": "lectern1-patch"
        },
        "name": "ge2",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "ge2",
        "tags": [],
        "type": "8p8c",
        "cable": null,
        "color": "",
        "label": "Public LAN",
        "device": 72,
        "module": null,
        "created": "2025-05-25T12:34:23.737Z",
        "cable_end": "",
        "rear_port": 2,
        "description": "",
        "custom_fields": {},
        "mark_connected": false,
        "rear_port_position": 1
    }
}