Retrieve a list of recent changes.

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

{
    "id": 2258,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2258/?format=api",
    "display": "dcim | console port CONSOLE created by voc",
    "time": "2025-05-24T15:36:16.097753Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.consoleport",
    "changed_object_id": 16,
    "changed_object": {
        "id": 16,
        "url": "https://netbox.c3voc.de/api/dcim/console-ports/16/?format=api",
        "display": "CONSOLE",
        "device": {
            "id": 31,
            "url": "https://netbox.c3voc.de/api/dcim/devices/31/?format=api",
            "display": "switch2-lectern",
            "name": "switch2-lectern"
        },
        "name": "CONSOLE",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": null,
    "postchange_data": {
        "name": "CONSOLE",
        "tags": [],
        "type": "rj-45",
        "cable": null,
        "label": "",
        "speed": null,
        "device": 31,
        "module": null,
        "created": "2025-05-24T15:36:16.094Z",
        "cable_end": "",
        "description": "",
        "custom_fields": {},
        "mark_connected": false
    }
}