Retrieve a list of recent changes.

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

{
    "id": 3628,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3628/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3628/?format=api",
    "display": "DCIM | cable termination Cable #72 to PSU1 created by voc",
    "time": "2025-07-23T16:23:21.732768Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c9fdd1df-af2b-4dcb-8dd0-a755b2c9f768",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 131,
    "changed_object": {
        "id": 131,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/131/?format=api",
        "display": "Cable #72 to PSU1",
        "cable": 72,
        "cable_end": "B",
        "termination_type": "dcim.powerport",
        "termination_id": 7,
        "termination": {
            "id": 7,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/7/?format=api",
            "display": "PSU1",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare",
                "description": ""
            },
            "name": "PSU1",
            "description": "",
            "cable": {
                "id": 72,
                "url": "https://netbox.c3voc.de/api/dcim/cables/72/?format=api",
                "display": "#72",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:23:21.732120Z",
        "last_updated": "2025-07-23T16:23:21.732128Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 72,
        "cable_end": "B",
        "termination_id": 7,
        "termination_type": 42
    }
}