GET /number-plan/number-series/all

Get all number series.

To return all number series:
  1. Perform the authentication and login to the API. For more information, see Authentication.

  2. Use GET /number-plan/number-series/all to send an HTTP GET request.

  3. Click Try it Out option.

  4. 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.
  5. Click on Execute to generate the request URL.

    Request URL:
    http://<IP_Address>:<PORT>/extension-ms/number-plan/number-series/all?numberType=AC
    See Appendix A: Response Codes for the expected responses.