Retrieve a list of recent changes.

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

{
    "id": 3621,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3621/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3621/?format=api",
    "display": "DCIM | cable termination Cable #32 to 5 created by voc",
    "time": "2025-07-23T16:20:46.463187Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "464d82e7-db0f-4a38-aeab-b8fe51143dad",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 128,
    "changed_object": {
        "id": 128,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/128/?format=api",
        "display": "Cable #32 to 5",
        "cable": 32,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 7,
        "termination": {
            "id": 7,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/7/?format=api",
            "display": "5",
            "device": {
                "id": 10,
                "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
                "display": "Main",
                "name": "Main",
                "description": ""
            },
            "name": "5",
            "description": "",
            "cable": {
                "id": 32,
                "url": "https://netbox.c3voc.de/api/dcim/cables/32/?format=api",
                "display": "#32",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:20:46.461913Z",
        "last_updated": "2025-07-23T16:20:46.461937Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 32,
        "cable_end": "A",
        "termination_id": 7,
        "termination_type": 39
    }
}