GET api/groupplans/{groupplanid}/planonlystepmedicationstepdrugs/{id}
Gets a plan only step medication step drug by formulary identifier and group plan identifier and plan step medication step drug id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupplanid |
Group Plan Identifier |
integer |
Required |
| id |
Plan Only Step Medication Step Drug Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan only step medication step drug identifier object
PlanStepMedicationStepDrugModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanStepMedicationUrl |
Gets or sets the Plan Step Medication URL |
string |
None. |
| PlanStepMedicationId |
Gets or sets the Plan Step Medication Id |
integer |
None. |
| StepDrugProductID |
Gets or sets the Step Drug Product ID |
string |
None. |
| StepDrugProductIDType |
Gets or sets the Step Drug Product ID Type |
string |
None. |
| StepDrugClassID |
Gets or sets the Step Drug Class ID |
string |
None. |
| StepDrugSubClassID |
Gets or sets the Step Drug Subclass ID |
string |
None. |
| CreatedOn |
Gets or sets the Created On Date for this resource |
date |
None. |
| ChangedOn |
Gets or sets the Changed On Date for this resource |
date |
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,
"planStepMedicationUrl": "sample string 1",
"planStepMedicationId": 1,
"stepDrugProductID": "sample string 2",
"stepDrugProductIDType": "sample string 3",
"stepDrugClassID": "sample string 4",
"stepDrugSubClassID": "sample string 5",
"createdOn": "2025-12-09T20:12:19.9726501-06:00",
"changedOn": "2025-12-09T20:12:19.9726501-06:00"
}