GET api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/ruleprescribers/{id}
Gets a Rule Prescriber for the specified rule and prescriber 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 Prescriber identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A Rule Prescriber
RulePrescriberModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleNo |
Gets or sets the rule identifier associated with this rule drug |
integer |
None. |
| NPI |
Gets or sets the NPI associated with this rule |
string |
None. |
| PrescriberName |
Gets or sets the prescriber name associated with this rule |
string |
None. |
| EffectiveStartDate |
Gets or sets the effective start date for the prescriber |
date |
None. |
| EffectiveEndDate |
Gets or sets the effective end date for the prescriber |
date |
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 4",
"id": 5,
"ruleNo": 1,
"npi": "sample string 2",
"prescriberName": "sample string 3",
"effectiveStartDate": "2025-12-09T20:13:14.9041953-06:00",
"effectiveEndDate": "2025-12-09T20:13:14.9041953-06:00"
}