Get all restrictions
GET/api/v1/device/restrictions
Fetches all restrictions (device/os-associated rules) from the discovery service
Request
Query Parameters
isActive boolean
Filter by active status
deviceTypeName string
Filter by device type name
deviceId string
Filter by device ID
osType string
Filter by OS type
type string
Possible values: [policy, restriction]
Rule type filter
Responses
- 200
List of restrictions
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
object
[
{}
]
Loading...