Retrieve a list of recent changes.

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

{
    "id": 3120,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3120/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3120/?format=api",
    "display": "DCIM | cable termination Cable #62 to ether21 created by voc",
    "time": "2025-07-16T18:54:44.024668Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "7856d19b-5fe5-4548-8678-295f3ca2e665",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 102,
    "changed_object": {
        "id": 102,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/102/?format=api",
        "display": "Cable #62 to ether21",
        "cable": 62,
        "cable_end": "A",
        "termination_type": "dcim.interface",
        "termination_id": 433,
        "termination": {
            "id": 433,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/433/?format=api",
            "display": "ether21",
            "device": {
                "id": 28,
                "url": "https://netbox.c3voc.de/api/dcim/devices/28/?format=api",
                "display": "switch5-foh",
                "name": "switch5-foh",
                "description": ""
            },
            "name": "ether21",
            "description": "VOC devices",
            "cable": {
                "id": 62,
                "url": "https://netbox.c3voc.de/api/dcim/cables/62/?format=api",
                "display": "#62",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-16T18:54:44.023434Z",
        "last_updated": "2025-07-16T18:54:44.023444Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 62,
        "cable_end": "A",
        "termination_id": 433,
        "termination_type": 32
    }
}