{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('example.sharepoint.com%2Ca1b2c3d4-e5f6-7890-abcd-ef1234567890%2Cf1e2d3c4-b5a6-7890-1234-567890abcdef')/lists('f1e2d3c4-b5a6-7890-1234-567890abcdef')/items",
    "value": [
      {
        "@odata.etag": "\"a1b2c3d4-e5f6-7890-abcd-ef1234567890,1\"",
        "id": "1",
        "createdDateTime": "2025-12-01T09:00:00Z",
        "lastModifiedDateTime": "2025-12-09T11:30:00Z",
        "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Lists/ProjectTasks/1_.000",
        "fields": {
          "@odata.etag": "\"a1b2c3d4-e5f6-7890-abcd-ef1234567890,1\"",
          "id": "1",
          "Title": "Design new homepage",
          "Status": "In Progress",
          "AssignedTo": "john.doe@example.com",
          "DueDate": "2025-12-15T00:00:00Z"
        }
      },
      {
        "@odata.etag": "\"b2c3d4e5-f6g7-8901-bcde-f23456789012,2\"",
        "id": "2",
        "createdDateTime": "2025-12-05T14:20:00Z",
        "lastModifiedDateTime": "2025-12-09T16:45:00Z",
        "webUrl": "https://example.sharepoint.com/sites/ExampleSite/Lists/ProjectTasks/2_.000",
        "fields": {
          "@odata.etag": "\"b2c3d4e5-f6g7-8901-bcde-f23456789012,2\"",
          "id": "2",
          "Title": "Update documentation",
          "Status": "Not Started",
          "AssignedTo": "jane.smith@example.com",
          "DueDate": "2025-12-20T00:00:00Z"
        }
      }
    ]
  }
}