Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of default rules.
Collection of Pico.DefaultRule| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the default rule identifier. |
integer |
None. |
| rule |
Gets or sets the rule identifier. |
integer |
None. |
| linkCodes |
Gets or sets the link codes. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"rule": "2",
"linkCodes": "sample String 3"
},
{
"id": "1",
"rule": "2",
"linkCodes": "sample String 3"
}
]
text/html
Sample:
[{"id":"1","rule":"2","linkCodes":"sample String 3"},{"id":"1","rule":"2","linkCodes":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfDefaultRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DefaultRule>
<DefaultRuleId>1</DefaultRuleId>
<RuleId>2</RuleId>
<LinkCodes>sample String 3</LinkCodes>
</DefaultRule>
<DefaultRule>
<DefaultRuleId>1</DefaultRuleId>
<RuleId>2</RuleId>
<LinkCodes>sample String 3</LinkCodes>
</DefaultRule>
</ArrayOfDefaultRule>