Skip to content

Commit 4428048

Browse files
Merge pull request #19384 from paolomatarazzo/pm-20260112-ea
EA - API docs updates
2 parents f8d3b12 + c01833e commit 4428048

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

intune/endpoint-analytics/troubleshoot.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ ms.topic: troubleshooting
99

1010
The following sections can be used to help in troubleshooting issues you might come across.
1111

12-
## Known issues
12+
## Known issues and limitations
13+
14+
### API operator support limitations
15+
16+
The following APIs support a limited set of OData query operators. If you use unsupported operators in your queries, you might receive unexpected results or errors.
17+
18+
|API|Unsupported operators|Supported operators|
19+
|---|---|---|
20+
|`UserExperienceAnalyticsDeviceStartupHistory`| - `Top`<br>- `Skip`<br>- `Count`<br>- `OrderBy`<br>- `SkipToken`<br>- `Expand`|- `Select`<br>- `Filter`|
21+
|`UserExperienceAnalyticsDeviceStartupProcesses`| - `Top`<br>- `Skip`<br>- `Count`<br>- `SkipToken`<br>- `Expand`|- `Select`<br>- `Filter`<br>- `OrderBy`|
22+
|`SummarizeDevicePerformanceDevices`| - `Top`<br>- `Skip`<br>- `Count`<br>- `OrderBy`<br>- `SkipToken`<br>- `Expand`|- `Select`<br>- `Expand`|
1323

1424
### Exported csv files display numerical values
1525

0 commit comments

Comments
 (0)