Retrieve a list of recent changes.

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

{
    "id": 3610,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3610/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3610/?format=api",
    "display": "DCIM | cable termination Cable #68 to PSU1 created by voc",
    "time": "2025-07-23T16:17:23.082974Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "d971721f-72e5-4305-891e-ea6a1f68abb9",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 121,
    "changed_object": {
        "id": 121,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/121/?format=api",
        "display": "Cable #68 to PSU1",
        "cable": 68,
        "cable_end": "B",
        "termination_type": "dcim.powerport",
        "termination_id": 12,
        "termination": {
            "id": 12,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/12/?format=api",
            "display": "PSU1",
            "device": {
                "id": 6,
                "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                "display": "storage",
                "name": "storage",
                "description": ""
            },
            "name": "PSU1",
            "description": "",
            "cable": {
                "id": 68,
                "url": "https://netbox.c3voc.de/api/dcim/cables/68/?format=api",
                "display": "#68",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:17:23.081628Z",
        "last_updated": "2025-07-23T16:17:23.081638Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 68,
        "cable_end": "B",
        "termination_id": 12,
        "termination_type": 42
    }
}