Retrieve a list of recent changes.

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

{
    "id": 3603,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3603/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3603/?format=api",
    "display": "DCIM | cable termination Cable #41 to 1 created by voc",
    "time": "2025-07-23T16:07:41.307210Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ed1ef9f5-bae5-430c-b312-a5670f6a468e",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 117,
    "changed_object": {
        "id": 117,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/117/?format=api",
        "display": "Cable #41 to 1",
        "cable": 41,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 11,
        "termination": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/11/?format=api",
            "display": "1",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy",
                "description": ""
            },
            "name": "1",
            "description": "",
            "cable": {
                "id": 41,
                "url": "https://netbox.c3voc.de/api/dcim/cables/41/?format=api",
                "display": "#41",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:07:41.306043Z",
        "last_updated": "2025-07-23T16:07:41.306053Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 41,
        "cable_end": "A",
        "termination_id": 11,
        "termination_type": 39
    }
}