Get detailed information for a single subscription by id
.
NOTE: You need to have the view permission of device management to invoke this API.
Rate limits are enforced on this API. 20 requests per minute is supported per workspace. API will result in 429
if this threshold is breached.
Successful response
Bad request
Unauthorized request
The operation is forbidden
Validation error
Too many requests
Internal server error
{- "id": "64343c3c-3016-4234-baee-765651aa4bb3",
- "type": "subscriptions/subscription",
- "subscriptionType": "CENTRAL_AP",
- "createdAt": "2024-02-07T11:20:35.290Z",
- "updatedAt": "2024-02-07T11:22:35.290Z",
- "key": "string",
- "quantity": 20,
- "availableQuantity": 10,
- "isEval": true,
- "sku": "string",
- "skuDescription": "string",
- "contract": "string",
- "startTime": "2024-04-01T00:00:00.000Z",
- "endTime": "2024-04-30T00:00:00.000Z",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "productType": "DEVICE",
- "tier": "AP Device - DM"
}