This request will find return a list of all available DSL speed codes. They are used on DSL products to set the speed at which the DSL connection should run.
| URL | https://api.telecomx.dk/product/dslSpeed/list | |
|---|---|---|
| Method | GET | |
| Access level | RESELLER_ADMIN with FINANCE feature, or ADMIN. | |
GET https://api.telecomx.dk/product/dslSpeed/list
| Array of Json objects | ||
|---|---|---|
| _id | String | Speed identifier |
| down | Integer | Downstream speed in Kbit |
| up | Integer | Upstream speed in Kbit |
| flex | Boolean | True if flex speed |
| adsl2 | Boolean | True if speed requires ADSL2 capable central |
| vdsl2 | Boolean | True if speed required VDSL2 capable central |
| pairBonding | Boolean | True if speed required pair bonding |
| cost | Number | Cost price for the speed pr. month |
[ { _id: '5120/512FL', down: 5120, up: 512, flex: true, adsl2: false, vdsl2: false, pairBonding: false, cost: 150.00 } , { ... } ]
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |