GET api/getCallTypes

Gets the list of available call types.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of call types.

Collection of CallType
NameDescriptionTypeAdditional information
Code

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample string 1",
    "description": "sample string 2"
  },
  {
    "code": "sample string 1",
    "description": "sample string 2"
  }
]