Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,008 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
Hello Macháček Martin
You can check all MS graph known issues here - https://developer.microsoft.com/en-us/graph/known-issues