User Tools

Site Tools


api:product:dslcodes

API : Product DSL Speed List

Introduction

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.

Request

URL https://api.telecomx.dk/product/dslSpeed/list
Method GET
Access level RESELLER_ADMIN with FINANCE feature, or ADMIN.

Query example

GET https://api.telecomx.dk/product/dslSpeed/list

Response

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

Example

[
  {
    _id: '5120/512FL',
    down: 5120,
    up: 512,
    flex: true,
    adsl2: false,
    vdsl2: false,
    pairBonding: false,
    cost: 150.00
  }
  ,
  {
    ...
  }
]

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/product/dslcodes.txt · Last modified: 2023/10/30 21:49 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki