Get a list of Routing connections configurations
GET/smsmtin-routings
Get a list of all Routing connections 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", "sigtranConnectName", "smscConnectName", "esmeConnectName".
Filter fields are: "id", "instanceId", "sigtranConnectName", "smscConnectName", "esmeConnectName".
Paging example: ...smsmtin-routings?page_number=1&page_size=10.
Sort example: ...smsmtin-routings?page_number=1&page_size=10&sort=-smscConnectName.
Filter example: ...smsmtin-routings?page_number=1&page_size=10&startswith(smscConnectName)=Y.
Request
Responses
- 200
- default
Successfully got a list of Routing connections configurations.
Unexpected error.