Get a list of Vhlrdb Operator configuration data configurations
GET/vhlrdb-operators
Get a list of all Vhlrdb Operator configuration data configurations.
Authorization privilege needed for this endpoint: ss7.sms-mt-in.view.
Errors:
- UNAUTHORIZED - User not authorized
- SS7_INSTANCE_NOT_SET - SS7 instance not found in request context
- INVALID_FILTER_PROPERTY_VALUE - Invalid value for filter parameter
Unknown values from database are marked with 'undefined:' prefix.
This endpoint accepts query parameters for search described at URL Filtering Guidelines.
Sort available fields: "id", "operatorId", "name", "countryId", "mcc", "ndc", "imsi", "countryName".
Filter fields are: "id", "operatorId", "name", "countryId", "mcc", "ndc", "imsi", "countryName".
Paging example: .../vhlrdb-operators?page_number=1&page_size=10.
Sort example: .../vhlrdb-operators?page_number=1&page_size=10&sort=-name.
Filter example: .../vhlrdb-operators?page_number=1&page_size=10&startswith(name)=A.
Request
Responses
- 200
- default
Successfully got a list of Vhlrdb Operator configuration data configurations.
Unexpected error.