GET api/globalcompanystepmedications/{companystepmedicationid}/companystepmedicationstepdrugs/{id}
Gets a global Company Step Medication Step Drug by step medication ID and the ID of the step drug
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companystepmedicationid |
The id of the global step medication for which step drugs will be returned |
integer |
Required |
id |
The identifier of the Company Step Medication Step Drug to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Company Step Medication Step Drug resource
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:54:02.2674467-05:00", "changedOn": "2025-05-30T21:54:02.2674467-05:00" }