Retrieve a list of recent changes.

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

{
    "id": 3081,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3081/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3081/?format=api",
    "display": "DCIM | cable termination Cable #59 to ether21 created by voc",
    "time": "2025-07-16T18:44:11.913629Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "2f899a1e-8cd8-4c6e-85cc-d7b3725b5137",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 95,
    "changed_object": {
        "id": 95,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/95/?format=api",
        "display": "Cable #59 to ether21",
        "cable": 59,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 407,
        "termination": {
            "id": 407,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/407/?format=api",
            "display": "ether21",
            "device": {
                "id": 27,
                "url": "https://netbox.c3voc.de/api/dcim/devices/27/?format=api",
                "display": "switch4-foh",
                "name": "switch4-foh",
                "description": ""
            },
            "name": "ether21",
            "description": "VOC devices",
            "cable": {
                "id": 59,
                "url": "https://netbox.c3voc.de/api/dcim/cables/59/?format=api",
                "display": "#59",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:44:11.912719Z",
        "last_updated": "2025-07-16T18:44:11.912729Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 59,
        "cable_end": "A",
        "termination_id": 407,
        "termination_type": 32
    }
}