GET PlanCare2Api/RootData/InvoluntaryCareMeasures
Fetch available measures that are assigned to a category.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a list of categories containing subsequent involuntarycare measures.
Collection of InvoluntaryCareMeasureCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Category identifier. |
globally unique identifier |
- |
| Name |
Category name. |
string |
- |
| Measures |
List of involuntarycare measures. |
Collection of InvoluntaryCareMeasure |
- |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "b00628d1-5128-44b8-bb63-9d502497a271",
"Name": "sample string 2",
"Measures": [
{
"$id": "2",
"Id": "dbd9e43e-fd06-4f27-b125-bb336af5ca5c",
"Name": "sample string 2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoluntaryCareMeasureCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.RootData">
<InvoluntaryCareMeasureCategory>
<Id>b00628d1-5128-44b8-bb63-9d502497a271</Id>
<Measures>
<InvoluntaryCareMeasure>
<Id>dbd9e43e-fd06-4f27-b125-bb336af5ca5c</Id>
<Name>sample string 2</Name>
</InvoluntaryCareMeasure>
<InvoluntaryCareMeasure>
<Id>dbd9e43e-fd06-4f27-b125-bb336af5ca5c</Id>
<Name>sample string 2</Name>
</InvoluntaryCareMeasure>
</Measures>
<Name>sample string 2</Name>
</InvoluntaryCareMeasureCategory>
<InvoluntaryCareMeasureCategory>
<Id>b00628d1-5128-44b8-bb63-9d502497a271</Id>
<Measures>
<InvoluntaryCareMeasure>
<Id>dbd9e43e-fd06-4f27-b125-bb336af5ca5c</Id>
<Name>sample string 2</Name>
</InvoluntaryCareMeasure>
<InvoluntaryCareMeasure>
<Id>dbd9e43e-fd06-4f27-b125-bb336af5ca5c</Id>
<Name>sample string 2</Name>
</InvoluntaryCareMeasure>
</Measures>
<Name>sample string 2</Name>
</InvoluntaryCareMeasureCategory>
</ArrayOfInvoluntaryCareMeasureCategory>