Retrieve a list of recent changes.

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

{
    "id": 3013,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3013/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3013/?format=api",
    "display": "DCIM | cable termination Cable #55 to ether21 created by voc",
    "time": "2025-07-16T18:27:49.409744Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "6e68e28d-4726-4ebd-8c50-ce62cd72e88b",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 87,
    "changed_object": {
        "id": 87,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/87/?format=api",
        "display": "Cable #55 to ether21",
        "cable": 55,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 355,
        "termination": {
            "id": 355,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/355/?format=api",
            "display": "ether21",
            "device": {
                "id": 25,
                "url": "https://netbox.c3voc.de/api/dcim/devices/25/?format=api",
                "display": "switch2-foh",
                "name": "switch2-foh",
                "description": ""
            },
            "name": "ether21",
            "description": "VOC devices",
            "cable": {
                "id": 55,
                "url": "https://netbox.c3voc.de/api/dcim/cables/55/?format=api",
                "display": "#55",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:27:49.408935Z",
        "last_updated": "2025-07-16T18:27:49.408945Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 55,
        "cable_end": "A",
        "termination_id": 355,
        "termination_type": 32
    }
}