GET api/formularies/{formularyid}/formularyproducts/{id}

Gets a formulary product by id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formularyid

The id of the formulary for which formulary products will be returned

integer

Required

id

Formulary product identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A formulary product resource

FormularyProductModel
NameDescriptionTypeAdditional information
FormularyTierId

Gets or sets the Formulary Tier ID

integer

None.

FormularyTierUrl

Gets or sets the Formulary Tier Url

string

None.

ProductID

Gets or sets the Product ID

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.

TherapeuticGroup

Gets or sets the Therapeutic Group

string

None.

TherapeuticClass

Gets or sets the Therapeutic Class

string

None.

TherapeuticSubClass

Gets or sets the Therapeutic Subclass

string

None.

EffectiveEndDate

Gets or sets the Effective End Date

date

None.

EffectiveStartDate

Gets or sets the Effective Start Date

date

None.

AuditNote

Gets or sets the Audit note

string

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 9",
  "id": 10,
  "formularyTierId": 1,
  "formularyTierUrl": "sample string 2",
  "productID": "sample string 3",
  "productIDType": "sample string 4",
  "therapeuticGroup": "sample string 5",
  "therapeuticClass": "sample string 6",
  "therapeuticSubClass": "sample string 7",
  "effectiveEndDate": "2025-05-30T21:14:44.546449-05:00",
  "effectiveStartDate": "2025-05-30T21:14:44.546449-05:00",
  "auditNote": "sample string 8"
}