Skip to content

Commit 25491d1

Browse files
authored
Update intune-enrollment-windowsautopilotdeviceidentity-list.md
Usability guidance for an expected API use-case. API method does not currently support simple filter operators, but it does support the more complicated functional filters, which is likely to be counter-intuitive on average.
1 parent 8ba2c30 commit 25491d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-list.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ One of the following permissions is required to call this API. To learn more, in
3636
GET /deviceManagement/windowsAutopilotDeviceIdentities
3737
```
3838

39+
## Optional query parameters
40+
This method supports certain [OData Query Parameters](/graph/query-parameters) to help customize the response.
41+
42+
### Using filters
43+
This method supports a limited subset of `$filter` _operators_ and _functions_.
44+
Most notably, Equality _operators_ such as `eq` are not currently supported.
45+
46+
Filter _functions_ can be used in-place of Equality _operators_, for example, `contains(serialNumber, '[DeviceSN]')`.
47+
48+
Using an unsupported filter _operator_ or _function_ can result in the following error:
49+
50+
- Error code: `BadRequest`
51+
- Error message: `An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 [...]`
52+
53+
3954
## Request headers
4055
|Header|Value|
4156
|:---|:---|

0 commit comments

Comments
 (0)