Skip to main content

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

List of restrictions

Schema

  • Array [

  • object

  • ]

Loading...