GET api/groupplans/{groupplanid}/formularies/{formularyid}/planagelimits/{id}
Gets a Plan Age Limit by formulary identifier and group plan identifier and plan age limit id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupplanid |
Group Plan Identifier |
integer |
Required |
formularyid |
Formulary Identifier |
integer |
Required |
id |
Plan Age limit identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An age limit resource
PlanAgeLimitModelName | Description | Type | Additional information |
---|---|---|---|
FormularyCompanyAgeLimitId |
Gets or sets the Formulary Company Age Limit ID |
integer |
None. |
FormularyCompanyAgeLimitUrl |
Gets or sets the Formulary Company Age Limit Url |
string |
None. |
ProductID |
Gets or sets the product ID for this resource. The value should be a valid NDC, DDID or GPI. |
string |
None. |
ProductIDType |
Gets or sets the product ID Type for this resource. The value will indicate whether the product ID for this resource is an NDC or DDID . String values other than 'NDC' or 'DDID' will not be valid. |
string |
None. |
MinAge |
Gets or sets the Min Age of the age limit resource |
integer |
None. |
MinAgeQualifier |
Gets or sets the Min Age Qualifier of the age limit resource D=Days, Y=Years |
string |
None. |
MaxAge |
Gets or sets the Max Age of the age limit resource |
integer |
None. |
MaxAgeQualifier |
Gets or sets the Max Age Qualifier of the age limit resource D=Days, Y=Years |
string |
None. |
EffectiveStartDate |
Gets or sets the Effective Start Date of this resource |
date |
None. |
EffectiveEndDate |
Gets or sets the Effective End Date of this resource |
date |
None. |
CreatedOn |
Gets or sets the datetime when the age limit was created |
date |
None. |
NeedsReview |
Gets or sets the value indicating whether this age limit needs review. |
boolean |
None. |
OptOut |
Gets or sets the value indicating whether to opt out of this age limit. |
boolean |
None. |
Modified |
Gets or sets the value indicating whether this age limit is modified. |
boolean |
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
{ "url": "sample string 7", "id": 8, "formularyCompanyAgeLimitId": 1, "formularyCompanyAgeLimitUrl": "sample string 2", "productID": "sample string 3", "productIDType": "sample string 4", "minAge": 1, "minAgeQualifier": "sample string 5", "maxAge": 1, "maxAgeQualifier": "sample string 6", "effectiveStartDate": "2025-05-30T21:29:37.065163-05:00", "effectiveEndDate": "2025-05-30T21:29:37.065163-05:00", "createdOn": "2025-05-30T21:29:37.065163-05:00", "needsReview": true, "optOut": true, "modified": true }