{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#me/insights/shared",
    "value": [
      {
        "id": "AWExampleInsightId1234567890",
        "lastShared": {
          "sharedDateTime": "2025-12-09T10:15:00Z",
          "sharingSubject": "Project Update Document",
          "sharingType": "Direct",
          "sharedBy": {
            "displayName": "Jane Smith",
            "address": "jane.smith@example.com",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
          }
        },
        "resourceVisualization": {
          "title": "Q4 Project Update.docx",
          "type": "Word",
          "mediaType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
          "previewImageUrl": "https://example.sharepoint.com/_api/v2.0/drives/b!ExampleDriveId/items/01EXAMPLEITEMID/thumbnails/0/c400x999/content",
          "previewText": "This document contains the Q4 project status update...",
          "containerWebUrl": "https://example.sharepoint.com/sites/ExampleSite/Shared%20Documents",
          "containerDisplayName": "Example Team Site - Documents",
          "containerType": "Site"
        },
        "resourceReference": {
          "id": "01EXAMPLESHAREDITEMID1234567",
          "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Shared%20Documents/Q4%20Project%20Update.docx",
          "type": "microsoft.graph.driveItem"
        }
      },
      {
        "id": "AWExampleInsightId9876543210",
        "lastShared": {
          "sharedDateTime": "2025-12-08T14:30:00Z",
          "sharingSubject": "Budget Spreadsheet",
          "sharingType": "Link",
          "sharedBy": {
            "displayName": "John Doe",
            "address": "john.doe@example.com",
            "id": "b2c3d4e5-f6g7-8901-bcde-f23456789012"
          }
        },
        "resourceVisualization": {
          "title": "2025 Budget.xlsx",
          "type": "Excel",
          "mediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
          "previewImageUrl": "https://example.sharepoint.com/_api/v2.0/drives/b!ExampleDriveId/items/01EXAMPLEITEMID2/thumbnails/0/c400x999/content",
          "previewText": "Annual budget spreadsheet for 2025...",
          "containerWebUrl": "https://example.sharepoint.com/sites/Finance",
          "containerDisplayName": "Finance Team Site",
          "containerType": "Site"
        },
        "resourceReference": {
          "id": "01EXAMPLESHAREDITEMID9876543",
          "webUrl": "https://example.sharepoint.com/sites/Finance/Documents/2025%20Budget.xlsx",
          "type": "microsoft.graph.driveItem"
        }
      }
    ]
  }
}