List service unit editions
GET/dwsu/edition
Lists the service unit editions.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
code int32
The response code.
data
object[]
The wrapped responding data.
description string
The description of the edition.
features
object[]
The list of features supported by the edition.
description string
The description of the feature.
id string
The ID of the feature.
name string
The name of the feature.
id string
The ID of the edition.
isAvailable boolean
Whether the edition is available.
name string
The name of the edition.
msg string
The response message.
{
"code": 0,
"data": [
{
"description": "string",
"features": [
{
"description": "string",
"id": "string",
"name": "string"
}
],
"id": "string",
"isAvailable": true,
"name": "string"
}
],
"msg": "string"
}
Loading...