Get all policies
GET/api/v1/upload/policies
Fetches all policies (release-associated rules) from the upload service
Request
Query Parameters
type string
Possible values: [policy, restriction]
Filter by rule type
isActive boolean
Filter by active status
releaseId string
Filter by release catalog ID
deviceTypeId number
Filter by device type ID
deviceId string
Filter by device ID
osType string
Filter by OS type
Responses
- 200
List of policies
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
object
[
{}
]
Loading...