GET api/groups/{groupid}/groupplans/{groupplanid}/formularytiers
Gets a collection of FormularyTier resources for a Group Plan.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of formulary tiers that are associated with a group plan
Collection of FormularyTierModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FormularyStatus |
Gets or sets the Formulary Status |
integer |
None. |
| Name |
Gets or sets the Name |
string |
None. |
| Description |
Gets or sets the Description |
string |
None. |
| Tier |
Gets or sets the Tier |
integer |
None. |
| FormularyName |
Gets or sets the Formulary Name |
string |
None. |
| DisplayTextWithFormularyName |
Gets or sets the Display Text with Formulary Name |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[
{
"url": "sample string 5",
"id": 6,
"formularyStatus": 1,
"name": "sample string 1",
"description": "sample string 2",
"tier": 1,
"formularyName": "sample string 3",
"displayTextWithFormularyName": "sample string 4"
},
{
"url": "sample string 5",
"id": 6,
"formularyStatus": 1,
"name": "sample string 1",
"description": "sample string 2",
"tier": 1,
"formularyName": "sample string 3",
"displayTextWithFormularyName": "sample string 4"
}
]