GET api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulesubmissionclarificationcodes

Gets a collection of Rule SCCs for a rule by rule identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

ruleid

Rule identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of Rule SCCs for the specified rule

Collection of RuleSubmissionClarificationCodeModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this submission clarification code rule

integer

None.

SubmissionClarificationCode

Gets or sets the submission clarification code 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,
    "submissionClarificationCode": "sample string 2"
  },
  {
    "url": "sample string 3",
    "id": 4,
    "ruleNo": 1,
    "submissionClarificationCode": "sample string 2"
  }
]