GET api/formularies/{formularyid}/formularycompanystepmedications/{formularycompanystepmedicationid}/companystepmedicationstepdrugs
Gets a collection of step drugs that apply to a step medication on a formulary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formularyid |
The id of the formulary for which step drugs will be returned |
integer |
Required |
formularycompanystepmedicationid |
The id of the step medication for which step drugs will be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of step drugs for a formulary-level step medication
Collection of CompanyStepMedicationStepDrugModelName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
CompanyStepMedicationSeqNo | integer |
None. |
|
StepDrugProductID | string |
None. |
|
StepDrugProductIDType | string |
None. |
|
StepDrugClassID | string |
None. |
|
StepDrugSubClassID | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
ChangedOn | date |
None. |
|
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "url": "sample string 7", "id": 0, "seqNo": 1, "companyStepMedicationSeqNo": 2, "stepDrugProductID": "sample string 3", "stepDrugProductIDType": "sample string 4", "stepDrugClassID": "sample string 5", "stepDrugSubClassID": "sample string 6", "isActive": true, "createdOn": "2025-05-30T21:53:59.8422096-05:00", "changedOn": "2025-05-30T21:53:59.8422096-05:00" }, { "url": "sample string 7", "id": 0, "seqNo": 1, "companyStepMedicationSeqNo": 2, "stepDrugProductID": "sample string 3", "stepDrugProductIDType": "sample string 4", "stepDrugClassID": "sample string 5", "stepDrugSubClassID": "sample string 6", "isActive": true, "createdOn": "2025-05-30T21:53:59.8422096-05:00", "changedOn": "2025-05-30T21:53:59.8422096-05:00" } ]