GET api/groups/{groupid}/groupplans/{groupplanid}/penaltybasises
Gets a collection of drug selection penalty basis resources
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
Required |
|
| groupplanid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of drug selection penalty basis resources
Collection of PenaltyBasisModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this PenaltyBasis |
integer |
None. |
| Description |
Gets or sets the description of the penalty basis |
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,
"groupPlanNo": 1,
"description": "sample string 2"
},
{
"url": "sample string 3",
"id": 4,
"groupPlanNo": 1,
"description": "sample string 2"
}
]