Retrieve a list of recent changes.

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

{
    "id": 3161,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3161/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3161/?format=api",
    "display": "DCIM | cable termination Cable #66 to ether1 created by voc",
    "time": "2025-07-16T19:08:48.585061Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ca527319-a9f3-4d74-b84e-956e486ed27d",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 111,
    "changed_object": {
        "id": 111,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/111/?format=api",
        "display": "Cable #66 to ether1",
        "cable": 66,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 782,
        "termination": {
            "id": 782,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/782/?format=api",
            "display": "ether1",
            "device": {
                "id": 47,
                "url": "https://netbox.c3voc.de/api/dcim/devices/47/?format=api",
                "display": "audio mixer 6",
                "name": "audio mixer 6",
                "description": ""
            },
            "name": "ether1",
            "description": "",
            "cable": {
                "id": 66,
                "url": "https://netbox.c3voc.de/api/dcim/cables/66/?format=api",
                "display": "#66",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T19:08:48.584385Z",
        "last_updated": "2025-07-16T19:08:48.584395Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 66,
        "cable_end": "B",
        "termination_id": 782,
        "termination_type": 32
    }
}