Virtual On Net Extensions

Display system’s call types

GET /api/v1/system/call_types/

Retrieve the list of call types in the system.

Example request:

GET /api/v1/system/call_types/ HTTP/1.1
Host: example.com

Example response:

HTTP/1.1 200 OK
Content-Type: "application/json"

{
  "callTypes": [
                {
                  "callTypeName": "default",
                  "callTypeCDR": "123"
                }
  ]
}
Response JSON Object:
Status Codes: