Skip to main content

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

List of policies

Schema

  • Array [

  • object

  • ]

Loading...