Hi!
I'm trying get sharepoint list items using the delta endpoint.
Unfortunately it returns a malformed JSON with embedded error in it:
This is an example of the response we got when invoking:
https://graph.microsoft.com/beta/sites/{HOSTNAME-OMITTED},a07edbff-c40e-4760-b433-4ac43fa387ae,fc7dc758-fd8e-439b-b391-c7ec21b57f26/lists/a58200d1-6864-4696-ac9c-6689e2945aad/items/delta
(Some values were omitted from the response)
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(listItem)",
"@odata.nextLink": "https://graph.microsoft.com/beta/sites/{HOSTNAME-OMITTED},a07edbff-c40e-4760-b433-4ac43fa387ae,fc7dc758-fd8e-439b-b391-c7ec21b57f26/lists/a58200d1-6864-4696-ac9c-6689e2945aad/items/delta?token=MzslMjMzOyUyMzE7MzthNTgyMDBkMS02ODY0LTQ2OTYtYWM5Yy02Njg5ZTI5NDVhYWQ7NjM4MDcyNTMwNDMxOTMwMDAwOzUzMTYwNDA3MzslMjNQYWdlZD1UUlVFJTI2cF9JRD0zMzg4MCUyNml4X1BhZ2VkPVRSVUUlMjZpeF9JRD0zMzg4MDslMjM7JTIzMA",
"value": [
{
"@odata.type": "#microsoft.graph.listItem",
"@odata.etag": "\"{2650CB62-239C-527B-A850-130F5BB497B3},11\"",
"createdDateTime": "2018-11-14T14:37:28Z",
"eTag": "\"{2650CB62-239C-527B-A850-130F5BB497B3},11\"",
"id": "33650",
"lastModifiedDateTime": "2018-08-16T11:11:36Z",
"webUrl": "",
"createdBy": {
"user": {
"displayName": ""
}
},
"parentReference": {
"id": "17",
"path": "",
"siteId": "a07edbff-c40e-4760-b433-4ac43fa387ae"
},
"contentType": {
"id": "0x012000B0A1926B357CA54F8DB96A6354D8CB11",
"name": "Folder"
}{
"error": {
"code": "InternalServerError",
"message": "Unsupported extension property type.",
"innerError": {
"date": "2022-12-22T08:01:24",
"request-id": "693f0515-35b8-487a-9f28-42bac43fe9b6",
"client-request-id": "693f0515-35b8-487a-9f28-42bac43fe9b6"
}
}
}