Actions
List Apps
This endpoint returns the details of apps which are assigned or installed on the device matching the search text
Parameters
Parameter | Description |
---|---|
Device UUID | The uuid of the device. Accepted formats guid E.g. 3d958f38-246e-4854-a306-189d941ab073(Required). |
Page | Page number which will be fetched, 0 based index. Default 0. |
Page Size | Maximum number of results to be returned in one page. Default 500. |
Search Text | If provided, the records matching this text will be returned. The search will be applied on the following properties [name, installedversion, assignedversion]. The default value will be empty string. |
Sort Order | Whether the sort order is ascending or descending. The property used for sorting is name. Possible values [Asc, Desc]. Default value is Asc. |
Example Output
Workflow Library Example
List Apps with Workspace One Uem and Send Results Via Email
Preview this Workflow on desktop