Category Filter
List Policies
Lists all policies.
Parameter | Type | Description | Default value |
---|---|---|---|
page | Integer | Optional | 1 |
per_page | Integer | Optional | 100 |
curl
HTTP Request:
Shell Command:
1 |
GET https://<portal>.hexnodemdm.com/api/v1/policy/ |
Shell Command:
1 |
curl -H "Authorization:<your API key>" https://<portal>.hexnodemdm.com/api/v1/policy/ |
HTTP Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{ "count": 4, "next": null "previous": null, "results": [ { "id": 129, "name": "tested", "description": "", "version": 21, "archived": false, "ios_configured": false, "android_configured": true, "windows_configured": false, "created_time": "2017-05-04T07:32:44.775574Z", "modified_time": "2017-05-05T09:39:33.577660Z", "device_count": 0 } ] } |