GET api/drugprofiles/{drugprofileid}/drugprofilerouteofadministrations/{id}
Retrieves a single global drug profile RouteOfAdministration by ID for a given drug profile.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| drugprofileid |
The drug profile ID associated with the RouteOfAdministration. |
integer |
Required |
| id |
The ID of the drug profile RouteOfAdministration to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the drug profile RouteOfAdministration model if found; otherwise, returns NotFound.
DrugProfileRouteOfAdministrationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RouteOfAdministration |
Gets or sets the Route of Administration associated with the 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,
"routeOfAdministration": "sample string 2"
}