Retrieve a list of recent changes.

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

{
    "id": 3616,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3616/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3616/?format=api",
    "display": "DCIM | cable termination Cable #70 to PSU2 created by voc",
    "time": "2025-07-23T16:19:12.988157Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "14ff797f-dc0a-48c8-973e-e12acbf54b12",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 125,
    "changed_object": {
        "id": 125,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/125/?format=api",
        "display": "Cable #70 to PSU2",
        "cable": 70,
        "cable_end": "B",
        "termination_type": "dcim.powerport",
        "termination_id": 6,
        "termination": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/6/?format=api",
            "display": "PSU2",
            "device": {
                "id": 13,
                "url": "https://netbox.c3voc.de/api/dcim/devices/13/?format=api",
                "display": "akamai",
                "name": "akamai",
                "description": ""
            },
            "name": "PSU2",
            "description": "",
            "cable": {
                "id": 70,
                "url": "https://netbox.c3voc.de/api/dcim/cables/70/?format=api",
                "display": "#70",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:19:12.987299Z",
        "last_updated": "2025-07-23T16:19:12.987310Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 70,
        "cable_end": "B",
        "termination_id": 6,
        "termination_type": 42
    }
}