Get Band Width Types
Retrieves all available bandwidth types along with their associated read and write limits.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/enums/bandWidthTypes
Method:
GET
Authentication: Required (
Bearer Token
)
Path Parameters
user
Object
The user making the request. Must have the authority BANDWIDTH_VIEW
.
Response
Response Fields
band_width_name
String
The name of the bandwidth type (e.g., Wifi
, LTE
).
read_band_width_limit
Long
The read bandwidth limit (in bits per second).
write_band_width_limit
Long
The write bandwidth limit (in bits per second).
code
String
The code representing the bandwidth type (e.g., WIFI
, LTE
).
Error Codes
400
BAD_REQUEST
Invalid request parameters.
401
UNAUTHORIZED
The user is not authorized to access this resource.
403
FORBIDDEN
The user does not have sufficient permissions to access the resource.
500
INTERNAL_ERROR
An internal server error occurred while processing the request.
Example Request
Last updated