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