GET api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/ruleroas/{id}
Gets a Rule ROA for the specified rule and ROA identifier
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
ruleid |
Rule identifier |
integer |
Required |
id |
Rule ROA identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Rule ROA
RuleROAModelName | Description | Type | Additional information |
---|---|---|---|
RuleNo |
Gets or sets the rule identifier associated with this rule route of administration |
integer |
None. |
RouteOfAdministration |
Gets or sets the route of administration used in the rule drug criteria |
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, "ruleNo": 1, "routeOfAdministration": "sample string 2" }