servicenow graph connector for intune- api being used but intune from servicenow

Ashwin27
Tera Contributor

Hi Team

We are implementing ServiceNow graph connector for intune, and it uses intune api to get data, is there link or document available to find out which api called for which kind of resource such as computer,mobile, apps, sofwate etc.

 

Regards.

1 ACCEPTED SOLUTION

pr3634
Mega Expert

Hi Ashwin!
You can refer to the Microsoft Graph API documentation. The Microsoft Graph API allows access to various resources within Microsoft Intune, and the specific endpoints depend on the type of resource you're interacting with. Here’s a breakdown:

1. Computers:

  • Endpoint: /deviceManagement/managedDevices
  • This endpoint is used to manage and retrieve information about devices registered in Intune.

2. Mobile Devices:

  • Endpoint: /deviceManagement/mobileApps
  • You can use this endpoint to manage and retrieve information about mobile applications.

3. Apps:

  • Endpoint: /deviceAppManagement/mobileApps
  • This endpoint allows you to retrieve and manage apps, including mobile and desktop apps.

4. Configuration and Policies:

  • Endpoint: /deviceManagement/deviceCompliancePolicies
  • Use this to manage and retrieve compliance policies for devices.

5. Software:

  • Endpoint: /deviceManagement/detectedApps
  • This endpoint provides information on detected software installed on managed devices.

For detailed information and examples on how to use these endpoints, you can refer to the official Graph API documentation for Intune 

 

This documentation will guide you on how to authenticate, call the APIs, and handle responses for different resources, making it a useful reference for implementing the ServiceNow Graph Connector with Intune.


Please do upvote if you find this useful!
Thanks, regards!

View solution in original post

1 REPLY 1

pr3634
Mega Expert

Hi Ashwin!
You can refer to the Microsoft Graph API documentation. The Microsoft Graph API allows access to various resources within Microsoft Intune, and the specific endpoints depend on the type of resource you're interacting with. Here’s a breakdown:

1. Computers:

  • Endpoint: /deviceManagement/managedDevices
  • This endpoint is used to manage and retrieve information about devices registered in Intune.

2. Mobile Devices:

  • Endpoint: /deviceManagement/mobileApps
  • You can use this endpoint to manage and retrieve information about mobile applications.

3. Apps:

  • Endpoint: /deviceAppManagement/mobileApps
  • This endpoint allows you to retrieve and manage apps, including mobile and desktop apps.

4. Configuration and Policies:

  • Endpoint: /deviceManagement/deviceCompliancePolicies
  • Use this to manage and retrieve compliance policies for devices.

5. Software:

  • Endpoint: /deviceManagement/detectedApps
  • This endpoint provides information on detected software installed on managed devices.

For detailed information and examples on how to use these endpoints, you can refer to the official Graph API documentation for Intune 

 

This documentation will guide you on how to authenticate, call the APIs, and handle responses for different resources, making it a useful reference for implementing the ServiceNow Graph Connector with Intune.


Please do upvote if you find this useful!
Thanks, regards!