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

Gets a collection of rule networks 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 networks for the specified rule

Collection of RuleNetworkModel
NameDescriptionTypeAdditional information
RuleNo

Gets or sets the rule identifier associated with this rule network

integer

None.

Description

Gets or sets the network description associated with this rule

string

None.

NetworkNo

Gets or sets network identifier

integer

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 5",
    "id": 6,
    "ruleNo": 1,
    "description": "sample string 2",
    "networkNo": 4
  },
  {
    "url": "sample string 5",
    "id": 6,
    "ruleNo": 1,
    "description": "sample string 2",
    "networkNo": 4
  }
]