Retrieve a list of recent changes.

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

{
    "id": 3592,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3592/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3592/?format=api",
    "display": "DCIM | cable termination Cable #35 to 1 created by voc",
    "time": "2025-07-23T16:06:08.516352Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "00942095-5ba7-49f8-91e3-95bf5f6f11ef",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 116,
    "changed_object": {
        "id": 116,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/116/?format=api",
        "display": "Cable #35 to 1",
        "cable": 35,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 3,
        "termination": {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/3/?format=api",
            "display": "1",
            "device": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                "display": "Main",
                "name": "Main",
                "description": ""
            },
            "name": "1",
            "description": "",
            "cable": {
                "id": 35,
                "url": "https://netbox.c3voc.de/api/dcim/cables/35/?format=api",
                "display": "#35",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:06:08.515544Z",
        "last_updated": "2025-07-23T16:06:08.515553Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 35,
        "cable_end": "A",
        "termination_id": 3,
        "termination_type": 39
    }
}