Getting Intune Assignment for an Application

AdminStudio 2025 | 29.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, return the details of assignments for the specified application.

Getting Intune Assignment for the Application

Request Type

Description

API

http://localhost:8086/Catalog/ASAssignments/?

ApplicationID=<ApplicationID>

Method

GET

Parameters

List all parameters in the following format:

ApplicationID = Specifies the ID for the application which contains the assignment.

By providing the parameters, it returns all assignments available for the specified application.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/Catalog/ASAssignments/?ApplicationID=6

Response:

Each Assignment details will appear in the following format:

<data>

<AssignmentID>

<GroupMode>

<InstallIntent>

<Group>

</data>