GET api/groups/{groupid}/drugprofiles/{drugprofileid}/drugprofiledosageforms/{id}
Retrieves a single drug profile DosageForm for a specific group and drug profile.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
The group ID associated with the drug profile. |
integer |
Required |
drugprofileid |
The drug profile ID. |
integer |
Required |
id |
The ID of the DosageForm to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the drug profile DosageForm model if found; otherwise, returns NotFound.
DrugProfileDosageFormModelName | Description | Type | Additional information |
---|---|---|---|
DosageForm |
Gets or sets the Dosage Form for the associated drug profile |
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 3", "id": 4, "dosageForm": "sample string 2" }