GET api/groupplans/{groupplanid}/planformulary

Gets a list of Plan Formulary objects by Group Plan Identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupplanid

Group Plan Identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of Plan Formulary objects

Collection of PlanFormularyModel
NameDescriptionTypeAdditional 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-05-30T21:00:17.8150933-05:00",
    "effectiveEndDate": "2025-05-30T21:00:17.8150933-05:00",
    "formularyURL": "sample string 1",
    "formularyNo": 2
  },
  {
    "url": "sample string 3",
    "id": 4,
    "effectiveStartDate": "2025-05-30T21:00:17.8150933-05:00",
    "effectiveEndDate": "2025-05-30T21:00:17.8150933-05:00",
    "formularyURL": "sample string 1",
    "formularyNo": 2
  }
]