Retrieve a list of recent changes.

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

{
    "id": 3011,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3011/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3011/?format=api",
    "display": "DCIM | cable termination Cable #54 to ether1 created by voc",
    "time": "2025-07-16T18:27:23.487690Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "3a7ba21f-9be0-4800-b23e-199da66042d6",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 86,
    "changed_object": {
        "id": 86,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/86/?format=api",
        "display": "Cable #54 to ether1",
        "cable": 54,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 778,
        "termination": {
            "id": 778,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/778/?format=api",
            "display": "ether1",
            "device": {
                "id": 43,
                "url": "https://netbox.c3voc.de/api/dcim/devices/43/?format=api",
                "display": "audio mixer 2",
                "name": "audio mixer 2",
                "description": ""
            },
            "name": "ether1",
            "description": "",
            "cable": {
                "id": 54,
                "url": "https://netbox.c3voc.de/api/dcim/cables/54/?format=api",
                "display": "#54",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:27:23.486840Z",
        "last_updated": "2025-07-16T18:27:23.486852Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 54,
        "cable_end": "B",
        "termination_id": 778,
        "termination_type": 32
    }
}