GET PlanCare2Api/Call/ActiveCallTypes

Gets active types of call.

Requires 'Start' permission for function CallOverview {0D159E1F-6728-4243-9A43-996F7DC5AD8A}

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of ActiveCallType.

Collection of ActiveCallType
Name Description Type Additional information
Guid

Guid

globally unique identifier

-

CategoryName

CategoryName

string

-

Name

Name

string

-

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Guid": "563d93a3-3f5b-43e1-9d4e-3498bdf13b3d",
    "CategoryName": "sample string 2",
    "Name": "sample string 3"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfActiveCallType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Call">
  <ActiveCallType>
    <CategoryName>sample string 2</CategoryName>
    <Guid>563d93a3-3f5b-43e1-9d4e-3498bdf13b3d</Guid>
    <Name>sample string 3</Name>
  </ActiveCallType>
  <ActiveCallType>
    <CategoryName>sample string 2</CategoryName>
    <Guid>563d93a3-3f5b-43e1-9d4e-3498bdf13b3d</Guid>
    <Name>sample string 3</Name>
  </ActiveCallType>
</ArrayOfActiveCallType>