GET api/groupplans/{groupplanid}/planformulary/{planformularyid}
Gets a Plan Formulary object by Group Plan Identifier and Plan Formulary Identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| planformularyid |
Plan Formulary Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Plan Formulary object
PlanFormularyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveStartDate | date |
None. |
|
| EffectiveEndDate | date |
None. |
|
| FormularyURL | string |
None. |
|
| FormularyNo | integer |
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 3",
"id": 4,
"effectiveStartDate": "2025-12-09T20:14:08.5698824-06:00",
"effectiveEndDate": "2025-12-09T20:14:08.5698824-06:00",
"formularyURL": "sample string 1",
"formularyNo": 2
}