Retrieve a list of recent changes.

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

{
    "id": 3605,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3605/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3605/?format=api",
    "display": "DCIM | cable termination Cable #40 to 2 created by voc",
    "time": "2025-07-23T16:08:11.031692Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c2d2dcfe-7d30-4c4e-8edf-f3e5be2807b3",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 118,
    "changed_object": {
        "id": 118,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/118/?format=api",
        "display": "Cable #40 to 2",
        "cable": 40,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 12,
        "termination": {
            "id": 12,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/12/?format=api",
            "display": "2",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy",
                "description": ""
            },
            "name": "2",
            "description": "",
            "cable": {
                "id": 40,
                "url": "https://netbox.c3voc.de/api/dcim/cables/40/?format=api",
                "display": "#40",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:08:11.030899Z",
        "last_updated": "2025-07-23T16:08:11.030909Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 40,
        "cable_end": "A",
        "termination_id": 12,
        "termination_type": 39
    }
}