Retrieve a list of recent changes.

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

{
    "id": 3607,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3607/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3607/?format=api",
    "display": "DCIM | cable termination Cable #43 to 3 created by voc",
    "time": "2025-07-23T16:08:34.504124Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "2597b7fd-96a8-42c8-a183-35b1bb35d66e",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 119,
    "changed_object": {
        "id": 119,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/119/?format=api",
        "display": "Cable #43 to 3",
        "cable": 43,
        "cable_end": "B",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 13,
        "termination": {
            "id": 13,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/13/?format=api",
            "display": "3",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy",
                "description": ""
            },
            "name": "3",
            "description": "",
            "cable": {
                "id": 43,
                "url": "https://netbox.c3voc.de/api/dcim/cables/43/?format=api",
                "display": "#43",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:08:34.502052Z",
        "last_updated": "2025-07-23T16:08:34.502061Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 43,
        "cable_end": "B",
        "termination_id": 13,
        "termination_type": 39
    }
}