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
NameDescriptionTypeAdditional information
Guid

Guid

globally unique identifier

None

CategoryName

CategoryName

string

None

Name

Name

string

None

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Guid": "7997dd0a-3e58-4a7c-b01e-5620253c656d",
    "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>7997dd0a-3e58-4a7c-b01e-5620253c656d</Guid>
    <Name>sample string 3</Name>
  </ActiveCallType>
  <ActiveCallType>
    <CategoryName>sample string 2</CategoryName>
    <Guid>7997dd0a-3e58-4a7c-b01e-5620253c656d</Guid>
    <Name>sample string 3</Name>
  </ActiveCallType>
</ArrayOfActiveCallType>