Retrieve a list of recent changes.

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

{
    "id": 3622,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3622/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3622/?format=api",
    "display": "DCIM | cable termination Cable #39 to 5 created by voc",
    "time": "2025-07-23T16:21:23.310723Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "51efdb85-6513-42a0-a465-ae3e2b508e76",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 129,
    "changed_object": {
        "id": 129,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/129/?format=api",
        "display": "Cable #39 to 5",
        "cable": 39,
        "cable_end": "A",
        "termination_type": "dcim.poweroutlet",
        "termination_id": 15,
        "termination": {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/power-outlets/15/?format=api",
            "display": "5",
            "device": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                "display": "Redundancy",
                "name": "Redundancy",
                "description": ""
            },
            "name": "5",
            "description": "",
            "cable": {
                "id": 39,
                "url": "https://netbox.c3voc.de/api/dcim/cables/39/?format=api",
                "display": "#39",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:21:23.309637Z",
        "last_updated": "2025-07-23T16:21:23.309647Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 39,
        "cable_end": "A",
        "termination_id": 15,
        "termination_type": 39
    }
}