Getting Intune Assignment for an Application
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, return the details of assignments for the specified application.
Request Type |
Description |
|||
API |
http://localhost:8086/Catalog/ASAssignments/? ApplicationID=<ApplicationID> |
|||
Method |
GET |
|||
Parameters |
List all parameters in the following format:
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> |