DevicesApp policy
Get the organization's required and forbidden app list.
Authorization
Authorization AuthorizationBearer <token>
In: header
Query Parameters
organizationId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/devices/app-policy/?organizationId=string"[ { "id": "string", "organizationId": "string", "createdAt": "string", "updatedAt": "string", "name": "string", "policyType": "REQUIRED", "matchType": "NAME", "matchValue": "string", "remediationNote": "string" }]How is this guide?