Request Information

URI Parameters

NameDescriptionTypeAdditional information
baseConditionId

The base condition identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of base task group rules.

Collection of Pico.BaseTaskGroupRule
NameDescriptionTypeAdditional information
baseTaskGroup

Gets or sets the base task group identifier.

integer

None.

id

Gets or sets the base task group rule identifier.

integer

None.

rule

Gets or sets the rule identifier.

integer

None.

group

Gets or sets the group.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "baseTaskGroup": "1",
    "id": "2",
    "rule": "3",
    "group": "sample String 4"
  },
  {
    "baseTaskGroup": "1",
    "id": "2",
    "rule": "3",
    "group": "sample String 4"
  }
]

text/html

Sample:
[{"baseTaskGroup":"1","id":"2","rule":"3","group":"sample String 4"},{"baseTaskGroup":"1","id":"2","rule":"3","group":"sample String 4"}]

application/xml, text/xml

Sample:
<ArrayOfBaseTaskGroupRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BaseTaskGroupRule>
    <BaseTaskGroupId>1</BaseTaskGroupId>
    <BaseTaskGroupRuleId>2</BaseTaskGroupRuleId>
    <RuleId>3</RuleId>
    <Group>sample String 4</Group>
  </BaseTaskGroupRule>
  <BaseTaskGroupRule>
    <BaseTaskGroupId>1</BaseTaskGroupId>
    <BaseTaskGroupRuleId>2</BaseTaskGroupRuleId>
    <RuleId>3</RuleId>
    <Group>sample String 4</Group>
  </BaseTaskGroupRule>
</ArrayOfBaseTaskGroupRule>