Getting items of lists using delta endpoint reutn malformed JSON

Omer Koren 1 Reputation point
2022-12-22T08:09:02.453+00:00

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"  
                       }  
                   }  
               }  
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,057 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 45,186 Reputation points
    2022-12-22T10:04:21.59+00:00

    Hi @Omer Koren

    This is a known issue, your items may have extended attributes, and delta queries do not yet support tracking changes to extended properties.

    273243-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.