winApplications_getAll¶
-
GET /distributions/{id}/profiles/{prid}/applications
Retrievesa list of windows application.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
appliance_create
URI Parameters¶
prid(required): the id of the windowsProfileid(required): the id of the distribution
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/distributions/{id}/profiles/{prid}/applications" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"