GET api/groupplans/{groupplanid}/formularies/{formularyid}/planpriorauthorizations/{id}
Gets a Plan Prior Authorization by formulary identifier and group plan identifier and plan prior authorization id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| formularyid |
Formulary Identifier |
integer |
Required |
| id |
Plan Prior Authorization identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan prior authorization resource
PlanPriorAuthorizationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CoveragePriorAuthorizationId |
Gets or sets the Coverage Prior Authorization ID |
integer |
None. |
| CoveragePriorAuthorizationUrl |
Gets or sets the Coverage Prior Authorization 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. |
| 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 5",
"id": 6,
"coveragePriorAuthorizationId": 1,
"coveragePriorAuthorizationUrl": "sample string 2",
"productID": "sample string 3",
"productIDType": "sample string 4",
"effectiveStartDate": "2025-12-09T20:11:46.0531108-06:00",
"effectiveEndDate": "2025-12-09T20:11:46.0531108-06:00",
"createdOn": "2025-12-09T20:11:46.0531108-06:00",
"needsReview": true,
"optOut": true,
"modified": true
}