Retrieve a list of recent changes.

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

{
    "id": 3126,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3126/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3126/?format=api",
    "display": "DCIM | cable termination Cable #64 to ether17 created by voc",
    "time": "2025-07-16T18:59:01.498330Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "805be45d-078e-4f7d-85ea-0021d9f76595",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 106,
    "changed_object": {
        "id": 106,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/106/?format=api",
        "display": "Cable #64 to ether17",
        "cable": 64,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 429,
        "termination": {
            "id": 429,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/429/?format=api",
            "display": "ether17",
            "device": {
                "id": 28,
                "url": "https://netbox.c3voc.de/api/dcim/devices/28/?format=api",
                "display": "switch5-foh",
                "name": "switch5-foh",
                "description": ""
            },
            "name": "ether17",
            "description": "VOC devices",
            "cable": {
                "id": 64,
                "url": "https://netbox.c3voc.de/api/dcim/cables/64/?format=api",
                "display": "#64",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:59:01.497317Z",
        "last_updated": "2025-07-16T18:59:01.497326Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 64,
        "cable_end": "A",
        "termination_id": 429,
        "termination_type": 32
    }
}