GET api/groups/{groupid}/groupplans/{groupplanid}/appliednetworks/{id}

Gets an Applied Network

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

id

Applied Network identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Applied Network

AppliedNetworkModel
NameDescriptionTypeAdditional 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

Sample:
{
  "url": "sample string 6",
  "id": 7,
  "groupPlanNo": 1,
  "networkUrl": "sample string 2",
  "networkNo": 3,
  "effectiveStartDate": "2025-05-30T21:07:42.7929183-05:00",
  "effectiveEndDate": "2025-05-30T21:07:42.7929183-05:00",
  "pharmacyTier": "sample string 4",
  "showInPharmacyLocator": true
}