GET api/Rules

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BookingRuleType
NameDescriptionTypeAdditional information
Properties

Collection of BookingRuleTypeProperty

None.

RunOnUpdateAsCreate

boolean

None.

RunOnCreateType

RuleActionType

None.

RunOnUpdateType

RuleActionType

None.

RunOnDeleteType

RuleActionType

None.

RuleGroupRequiresOneValidOnly

boolean

None.

Identity

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Properties": [
      {
        "Name": "sample string 1",
        "ValueType": "sample string 2",
        "ValueChoices": [
          "sample string 1",
          "sample string 2"
        ],
        "Identity": "cf95626b-0df5-4ef3-9f33-7d9ce16822aa",
        "StartRange": true,
        "EndRange": true
      },
      {
        "Name": "sample string 1",
        "ValueType": "sample string 2",
        "ValueChoices": [
          "sample string 1",
          "sample string 2"
        ],
        "Identity": "cf95626b-0df5-4ef3-9f33-7d9ce16822aa",
        "StartRange": true,
        "EndRange": true
      }
    ],
    "RunOnUpdateAsCreate": true,
    "RunOnCreateType": 0,
    "RunOnUpdateType": 0,
    "RunOnDeleteType": 0,
    "RuleGroupRequiresOneValidOnly": true,
    "Identity": "158b2c21-9006-480f-a556-adf1c2e2f909",
    "Name": "sample string 4"
  },
  {
    "Properties": [
      {
        "Name": "sample string 1",
        "ValueType": "sample string 2",
        "ValueChoices": [
          "sample string 1",
          "sample string 2"
        ],
        "Identity": "cf95626b-0df5-4ef3-9f33-7d9ce16822aa",
        "StartRange": true,
        "EndRange": true
      },
      {
        "Name": "sample string 1",
        "ValueType": "sample string 2",
        "ValueChoices": [
          "sample string 1",
          "sample string 2"
        ],
        "Identity": "cf95626b-0df5-4ef3-9f33-7d9ce16822aa",
        "StartRange": true,
        "EndRange": true
      }
    ],
    "RunOnUpdateAsCreate": true,
    "RunOnCreateType": 0,
    "RunOnUpdateType": 0,
    "RunOnDeleteType": 0,
    "RuleGroupRequiresOneValidOnly": true,
    "Identity": "158b2c21-9006-480f-a556-adf1c2e2f909",
    "Name": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBookingRuleType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
  <BookingRuleType>
    <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">158b2c21-9006-480f-a556-adf1c2e2f909</Identity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name>
    <Properties>
      <BookingRuleTypeProperty>
        <EndRange>true</EndRange>
        <Identity>cf95626b-0df5-4ef3-9f33-7d9ce16822aa</Identity>
        <Name>sample string 1</Name>
        <StartRange>true</StartRange>
        <ValueChoices xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </ValueChoices>
        <ValueType>sample string 2</ValueType>
      </BookingRuleTypeProperty>
      <BookingRuleTypeProperty>
        <EndRange>true</EndRange>
        <Identity>cf95626b-0df5-4ef3-9f33-7d9ce16822aa</Identity>
        <Name>sample string 1</Name>
        <StartRange>true</StartRange>
        <ValueChoices xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </ValueChoices>
        <ValueType>sample string 2</ValueType>
      </BookingRuleTypeProperty>
    </Properties>
    <RuleGroupRequiresOneValidOnly>true</RuleGroupRequiresOneValidOnly>
    <RunOnCreateType>Never</RunOnCreateType>
    <RunOnDeleteType>Never</RunOnDeleteType>
    <RunOnUpdateAsCreate>true</RunOnUpdateAsCreate>
    <RunOnUpdateType>Never</RunOnUpdateType>
  </BookingRuleType>
  <BookingRuleType>
    <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">158b2c21-9006-480f-a556-adf1c2e2f909</Identity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name>
    <Properties>
      <BookingRuleTypeProperty>
        <EndRange>true</EndRange>
        <Identity>cf95626b-0df5-4ef3-9f33-7d9ce16822aa</Identity>
        <Name>sample string 1</Name>
        <StartRange>true</StartRange>
        <ValueChoices xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </ValueChoices>
        <ValueType>sample string 2</ValueType>
      </BookingRuleTypeProperty>
      <BookingRuleTypeProperty>
        <EndRange>true</EndRange>
        <Identity>cf95626b-0df5-4ef3-9f33-7d9ce16822aa</Identity>
        <Name>sample string 1</Name>
        <StartRange>true</StartRange>
        <ValueChoices xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>sample string 1</d5p1:string>
          <d5p1:string>sample string 2</d5p1:string>
        </ValueChoices>
        <ValueType>sample string 2</ValueType>
      </BookingRuleTypeProperty>
    </Properties>
    <RuleGroupRequiresOneValidOnly>true</RuleGroupRequiresOneValidOnly>
    <RunOnCreateType>Never</RunOnCreateType>
    <RunOnDeleteType>Never</RunOnDeleteType>
    <RunOnUpdateAsCreate>true</RunOnUpdateAsCreate>
    <RunOnUpdateType>Never</RunOnUpdateType>
  </BookingRuleType>
</ArrayOfBookingRuleType>