Retrieve paginated list of Windows applications
Required Permission: mdm.windows.application.list
Retrieve paginated list of Windows applications configured for device deployment with filtering options by type, source, and identifier.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"id": "507f1f77bcf86cd799439011",
"organizationId": "507f1f77bcf86cd799439022",
"winEnterpriseId": "507f1f77bcf86cd799439033",
"type": "store",
"config": {
"winStoreId": "9WZDNCRFHVJL",
"buildId": "507f1f77bcf86cd799439044",
"mdmAssetId": "507f1f77bcf86cd799439055",
"applicationId": "507f1f77bcf86cd799439066",
"filter": "branch:main"
},
"info": {
"name": "Microsoft Teams",
"version": "1.5.0",
"publisher": "Microsoft Corporation"
},
"origin": "library",
"version": 3,
"updatedAt": "2026-02-10T14: 30: 00.000Z",
"createdAt": "2025-11-20T09: 00: 00.000Z"
}
],
"totalDocs": 0,
"limit": 0,
"hasPrevPage": true,
"hasNextPage": true,
"page": 0,
"totalPages": 0,
"prevPage": 0,
"nextPage": 0,
"lean": true
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}