External connection doesn't return all items

Macháček Martin 211 Reputation points
2024-04-05T06:12:57.09+00:00

I've created an external connection and added 20 items. When trying to read all items, it sometimes returns all 20 items, but sometimes it returns like 18 or 19 items.

POST https://graph.microsoft.com/v1.0/search/query
{
    "requests": [
        {
            "entityTypes": [
                "externalItem"
            ],
            "contentSources": [
                "/external/connections/MyConnector"
            ],
            "query": {
                "queryString": "*"
            },
            "from": 0,
            "size": 100,
            "fields": [
                "prop1",
                "prop2"
            ]
        }
    ]
}

Are there any known issues for external connection?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,008 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu Sharma 495 Reputation points Microsoft Vendor
    2024-04-07T20:25:08.9366667+00:00

    Hello Macháček Martin

    You can check all MS graph known issues here - https://developer.microsoft.com/en-us/graph/known-issues


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.