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 |
None |
| CategoryName |
CategoryName |
string |
None |
| Name |
Name |
string |
None |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Guid": "dbd9bc98-ed29-41aa-888f-e0036cc9c4b6",
"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>dbd9bc98-ed29-41aa-888f-e0036cc9c4b6</Guid>
<Name>sample string 3</Name>
</ActiveCallType>
<ActiveCallType>
<CategoryName>sample string 2</CategoryName>
<Guid>dbd9bc98-ed29-41aa-888f-e0036cc9c4b6</Guid>
<Name>sample string 3</Name>
</ActiveCallType>
</ArrayOfActiveCallType>