Retrieve a list of recent changes.

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

{
    "id": 3587,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3587/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3587/?format=api",
    "display": "DCIM | cable termination Cable #34 to 2 created by voc",
    "time": "2025-07-23T16:05:29.879564Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "abeb8a4a-d9c4-49af-81b3-9acd3b2f4c11",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 115,
    "changed_object": {
        "id": 115,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/115/?format=api",
        "display": "Cable #34 to 2",
        "cable": 34,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 4,
        "termination": {
            "id": 4,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/4/?format=api",
            "display": "2",
            "device": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                "display": "Main",
                "name": "Main",
                "description": ""
            },
            "name": "2",
            "description": "",
            "cable": {
                "id": 34,
                "url": "https://netbox.c3voc.de/api/dcim/cables/34/?format=api",
                "display": "#34",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:05:29.878685Z",
        "last_updated": "2025-07-23T16:05:29.878693Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 34,
        "cable_end": "A",
        "termination_id": 4,
        "termination_type": 39
    }
}