Retrieve a list of recent changes.

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

{
    "id": 3619,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3619/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3619/?format=api",
    "display": "DCIM | cable termination Cable #71 to PSU2 created by voc",
    "time": "2025-07-23T16:20:10.821581Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "685b6650-2380-4787-9309-983d3a47d1a3",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 127,
    "changed_object": {
        "id": 127,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/127/?format=api",
        "display": "Cable #71 to PSU2",
        "cable": 71,
        "cable_end": "B",
        "termination_type": "dcim.powerport",
        "termination_id": 8,
        "termination": {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/8/?format=api",
            "display": "PSU2",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare",
                "description": ""
            },
            "name": "PSU2",
            "description": "",
            "cable": {
                "id": 71,
                "url": "https://netbox.c3voc.de/api/dcim/cables/71/?format=api",
                "display": "#71",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:20:10.820944Z",
        "last_updated": "2025-07-23T16:20:10.820954Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 71,
        "cable_end": "B",
        "termination_id": 8,
        "termination_type": 42
    }
}