Graph Microsoft图形-列表设备配置(Intune)

Graph Microsoft图形-列表设备配置(Intune),graph,intune,Graph,Intune,我尝试使用Graph API列出所有Intune设备配置项,但我只列出microsoft.Graph.windows10CustomConfiguration类型的项 在我看来,以下文章使用完全相同的GET请求来列出不同的设备配置类型。这怎么可能呢 列出设备配置:https://docs.microsoft.com/en-us/graph/api/intune-deviceconfig-deviceconfiguration-list?view=graph-rest-1.0 列出Windows1

我尝试使用Graph API列出所有Intune设备配置项,但我只列出microsoft.Graph.windows10CustomConfiguration类型的项

在我看来,以下文章使用完全相同的GET请求来列出不同的设备配置类型。这怎么可能呢

列出设备配置:
https://docs.microsoft.com/en-us/graph/api/intune-deviceconfig-deviceconfiguration-list?view=graph-rest-1.0
列出Windows10通用配置:
https://docs.microsoft.com/en-us/graph/api/intune-deviceconfig-windows10generalconfiguration-list?view=graph-rest-1.0
列出自定义配置:
https://docs.microsoft.com/en-us/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0
列出MacOSCustomConfiguration:
https://docs.microsoft.com/en-us/graph/api/intune-deviceconfig-macoscustomconfiguration-list?view=graph-rest-1.0

没有提到其他查询参数,不应提交任何请求正文。 我感谢您在这方面的帮助,因为我可能缺乏一些基本知识和如何使用这个API

GET https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations