Retrieve a list of recent changes.

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

{
    "id": 3613,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3613/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3613/?format=api",
    "display": "DCIM | cable termination Cable #69 to PSU0 created by voc",
    "time": "2025-07-23T16:17:56.350439Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ba5bbe1f-d7e6-427a-bb03-9fdb4eb6d6e3",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.cabletermination",
    "changed_object_id": 123,
    "changed_object": {
        "id": 123,
        "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/123/?format=api",
        "display": "Cable #69 to PSU0",
        "cable": 69,
        "cable_end": "B",
        "termination_type": "dcim.powerport",
        "termination_id": 11,
        "termination": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/power-ports/11/?format=api",
            "display": "PSU0",
            "device": {
                "id": 6,
                "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                "display": "storage",
                "name": "storage",
                "description": ""
            },
            "name": "PSU0",
            "description": "",
            "cable": {
                "id": 69,
                "url": "https://netbox.c3voc.de/api/dcim/cables/69/?format=api",
                "display": "#69",
                "label": "",
                "description": ""
            },
            "_occupied": true
        },
        "created": "2025-07-23T16:17:56.349754Z",
        "last_updated": "2025-07-23T16:17:56.349764Z"
    },
    "prechange_data": {},
    "postchange_data": {
        "cable": 69,
        "cable_end": "B",
        "termination_id": 11,
        "termination_type": 42
    }
}