GET api/groups/{groupid}/groupplans/{groupplanid}/appliednetworks
Gets a collection of Applied Networks for a Group Plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of Applied Networks
Collection of AppliedNetworkModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this Applied Network |
integer |
None. |
NetworkUrl |
Gets or sets the link to the underyling Network |
string |
None. |
NetworkNo |
Gets or sets the identifier for the Network associated with this Applied Network |
integer |
None. |
EffectiveStartDate |
Gets or sets the effective start date for the Applied Network |
date |
None. |
EffectiveEndDate |
Gets or sets the effective end date for the Applied Network |
date |
None. |
PharmacyTier |
Tier associated with the Applied Network |
string |
None. |
ShowInPharmacyLocator |
Gets or sets the ShowInPharmacyLocator flag, which controls whether the network's pharmacies are displayed in the pharmacy locator via the API or member portal |
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 6", "id": 7, "groupPlanNo": 1, "networkUrl": "sample string 2", "networkNo": 3, "effectiveStartDate": "2025-05-30T21:00:17.7139578-05:00", "effectiveEndDate": "2025-05-30T21:00:17.7139578-05:00", "pharmacyTier": "sample string 4", "showInPharmacyLocator": true }, { "url": "sample string 6", "id": 7, "groupPlanNo": 1, "networkUrl": "sample string 2", "networkNo": 3, "effectiveStartDate": "2025-05-30T21:00:17.7139578-05:00", "effectiveEndDate": "2025-05-30T21:00:17.7139578-05:00", "pharmacyTier": "sample string 4", "showInPharmacyLocator": true } ]