Retrieve a list of recent changes.

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

{
    "id": 3127,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3127/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3127/?format=api",
    "display": "DCIM | cable termination Cable #64 to ether1 created by voc",
    "time": "2025-07-16T18:59:01.504894Z",
    "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": 107,
    "changed_object": {
        "id": 107,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/107/?format=api",
        "display": "Cable #64 to ether1",
        "cable": 64,
        "cable_end": "B",
        "termination_type": "dcim.interface",
        "termination_id": 791,
        "termination": {
            "id": 791,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/791/?format=api",
            "display": "ether1",
            "device": {
                "id": 52,
                "url": "https://netbox.c3voc.de/api/dcim/devices/52/?format=api",
                "display": "reciever 5",
                "name": "reciever 5",
                "description": ""
            },
            "name": "ether1",
            "description": "",
            "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.504115Z",
        "last_updated": "2025-07-16T18:59:01.504123Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 64,
        "cable_end": "B",
        "termination_id": 791,
        "termination_type": 32
    }
}