Get all configured auto-subscriptions settings

get/subscriptions/v1alpha1/auto-subscription-settings

Get all configured auto-subscriptions settings in a workspace.

NOTE: You need to have the view permission for the Devices and subscription service to invoke this API.

Rate limits are enforced on this API. 25 requests per minute is supported per workspace. API will result in 429 if this threshold is breached.

SecurityBearer
Responses
200

Successful response

400

Bad request

401

Unauthorized request

403

The operation is forbidden

422

Validation error

429

Too many requests

500

Internal server error

Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 10,
  • "offset": 0,
  • "total": 50
}