Retrieve a list of recent changes.

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

{
    "id": 3084,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3084/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3084/?format=api",
    "display": "DCIM | cable termination Cable #60 to ether19 created by voc",
    "time": "2025-07-16T18:44:36.261080Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "5db5f0de-1ea0-4257-a775-556ada6f70ed",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 97,
    "changed_object": {
        "id": 97,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/97/?format=api",
        "display": "Cable #60 to ether19",
        "cable": 60,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 405,
        "termination": {
            "id": 405,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/405/?format=api",
            "display": "ether19",
            "device": {
                "id": 27,
                "url": "https://netbox.c3voc.de/api/dcim/devices/27/?format=api",
                "display": "switch4-foh",
                "name": "switch4-foh",
                "description": ""
            },
            "name": "ether19",
            "description": "VOC devices",
            "cable": {
                "id": 60,
                "url": "https://netbox.c3voc.de/api/dcim/cables/60/?format=api",
                "display": "#60",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:44:36.260240Z",
        "last_updated": "2025-07-16T18:44:36.260250Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 60,
        "cable_end": "A",
        "termination_id": 405,
        "termination_type": 32
    }
}