GET /pm-extension-ms/pm-phone-setup/phone-list/v1

Fetch supported phone list.

To get the system supported phone list:
  1. Perform the authentication and login to the API. For more information, see POST /auth/login.

  2. Use GET /pm-extension-ms/pm-phone-setup/phone-list/v1 to send an HTTP GET request.

  3. Click Try it Out option.

  4. Click on Execute to generate the request URL.

    Request URL:
    https://<IP_Address>:<PORT>/pm-extension-ms/pm-phone-setup/phone-list/v1
    The following table lists the expected responses.

    Response Type

    Value

    Schema

    Valid Response

    200 OK

    {
      "phoneTypeKey": "string",
      "phoneTypeValue": "string",
      "description": "string",
      "displayName": "string",
      "displayOrder": 0,
      "isActive": "string"
    }

    Error Response

    400 Bad Request

    Not applicable

    401 Authentication Failure

    Not applicable

    403 Forbidden

    Not applicable

    404 Not found

    Not applicable