Retrieve a list of recent changes.

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

{
    "id": 3072,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3072/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3072/?format=api",
    "display": "DCIM | cable termination Cable #56 to ether17 created by voc",
    "time": "2025-07-16T18:42:27.192790Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "baa0ae26-07f0-43fe-931f-b57e701ddd6f",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 89,
    "changed_object": {
        "id": 89,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/89/?format=api",
        "display": "Cable #56 to ether17",
        "cable": 56,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 377,
        "termination": {
            "id": 377,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/377/?format=api",
            "display": "ether17",
            "device": {
                "id": 26,
                "url": "https://netbox.c3voc.de/api/dcim/devices/26/?format=api",
                "display": "switch3-foh",
                "name": "switch3-foh",
                "description": ""
            },
            "name": "ether17",
            "description": "VOC devices",
            "cable": {
                "id": 56,
                "url": "https://netbox.c3voc.de/api/dcim/cables/56/?format=api",
                "display": "#56",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:42:27.191317Z",
        "last_updated": "2025-07-16T18:42:27.191327Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 56,
        "cable_end": "A",
        "termination_id": 377,
        "termination_type": 32
    }
}