GET api/groups/{groupid}/groupplans/{groupplanid}/formularytiers/{id}

Gets a formulary tier resource tied to a given group plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

id

Formulary Tier identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A formulary tier resource

FormularyTierModel
NameDescriptionTypeAdditional 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"
}