Retrieve a list of recent changes.

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

{
    "id": 3079,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3079/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3079/?format=api",
    "display": "DCIM | cable termination Cable #58 to ether5 created by voc",
    "time": "2025-07-16T18:43:17.518299Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "41c55804-a929-48c0-b7d9-ffe9b230fa30",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 94,
    "changed_object": {
        "id": 94,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/94/?format=api",
        "display": "Cable #58 to ether5",
        "cable": 58,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 809,
        "termination": {
            "id": 809,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/809/?format=api",
            "display": "ether5",
            "device": {
                "id": 56,
                "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                "display": "poe switch 3",
                "name": "poe switch 3",
                "description": ""
            },
            "name": "ether5",
            "description": "",
            "cable": {
                "id": 58,
                "url": "https://netbox.c3voc.de/api/dcim/cables/58/?format=api",
                "display": "#58",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:43:17.517632Z",
        "last_updated": "2025-07-16T18:43:17.517642Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 58,
        "cable_end": "B",
        "termination_id": 809,
        "termination_type": 32
    }
}