Get a list of Vhlrdb Country configuration data configurations
GET/vhlrdb-countries
Get a list of all Vhlrdb Country 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", "country", "mcc", "cc".
Filter fields are: "id", "country", "mcc", "cc".
Paging example: .../vhlrdb-countries?page_number=1&page_size=10.
Sort example: .../vhlrdb-countries?page_number=1&page_size=10&sort=-country.
Filter example: .../vhlrdb-countries?page_number=1&page_size=10&startswith(country)=A.
Request
Responses
- 200
- default
Successfully got a list of Vhlrdb Country configuration data configurations.
Unexpected error.