This request will 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 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 }, { "_id": "20480/2048", "down": 20480, "up": 2048, "flex": false, "adsl2": true, "vdsl2": false, "pairBonding": false, "cost": 200.00 } ]
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | A minimum access level of 'RESELLER_ADMIN' required |
| 500 | internal_error | <Unspecified> |