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":"fd81a226-7b3d-446c-b403-5f3441d3784e","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>fd81a226-7b3d-446c-b403-5f3441d3784e</Guid>
<Name>sample string 3</Name>
</ActiveCallType>
<ActiveCallType>
<CategoryName>sample string 2</CategoryName>
<Guid>fd81a226-7b3d-446c-b403-5f3441d3784e</Guid>
<Name>sample string 3</Name>
</ActiveCallType>
</ArrayOfActiveCallType>