GET /number-plan/number-series/all
Get all number series.
To return all number series:
-
Perform the authentication and login to the API. For more information, see Authentication.
-
Use GET /number-plan/number-series/all to send an HTTP GET request.
-
Click Try it Out option.
-
Set the parameters as listed in the following table.
Table 1. Parameter Description - GET number-series/all Parameter Name Sample Value Supported Value Description numberType AC string Available values: AC, AI, CD, CP, DI, DN, EC, ED, EN, EX, GR, LC, NL, OC, OD, OE, OI, PD, PG, R1, R2, R3, RD, DP, FD, SC, ALL, INTERNAL, EXTERNAL.
Note: This parameter is mandatory. -
Click on Execute to generate the request URL.
Request URL:
See Appendix A: Response Codes for the expected responses.http://<IP_Address>:<PORT>/extension-ms/number-plan/number-series/all?numberType=AC
↑