GET api/BookingTypes/{bookingTypeIdentity}/Rules
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bookingTypeIdentity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookingRuleName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
RuleType | BookingRuleType |
None. |
|
Properties | Collection of BookingRuleDatum |
None. |
|
AppliesTo | Collection of NamedObject |
None. |
|
RunOnCreate | boolean |
None. |
|
RunOnUpdate | boolean |
None. |
|
RunOnDelete | boolean |
None. |
|
FailureMessage | string |
None. |
|
AdminsExempt | boolean |
None. |
|
BookingManagersExempt | boolean |
None. |
|
ApproversExempt | boolean |
None. |
|
PermissionGroupsExempt | boolean |
None. |
|
ExemptPermissionGroups | Collection of NamedObject |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identity": "4fb79e65-eea4-4fa0-b8ae-af7a02ab1ef4", "RuleType": { "Properties": [ { "Name": "sample string 1", "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "Identity": "777cee69-75ec-4387-b283-479d550f908a", "StartRange": true, "EndRange": true }, { "Name": "sample string 1", "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "Identity": "777cee69-75ec-4387-b283-479d550f908a", "StartRange": true, "EndRange": true } ], "RunOnUpdateAsCreate": true, "RunOnCreateType": 0, "RunOnUpdateType": 0, "RunOnDeleteType": 0, "RuleGroupRequiresOneValidOnly": true, "Identity": "7f0abbad-17d9-443e-b4aa-218ee57c38d3", "Name": "sample string 4" }, "Properties": [ { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "StartRange": true, "EndRange": true, "IsObsolete": true, "Identity": "93b5c094-5c44-45d2-9c7c-2be0ce816738", "Name": "sample string 7" }, { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "StartRange": true, "EndRange": true, "IsObsolete": true, "Identity": "93b5c094-5c44-45d2-9c7c-2be0ce816738", "Name": "sample string 7" } ], "AppliesTo": [ { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" }, { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" } ], "RunOnCreate": true, "RunOnUpdate": true, "RunOnDelete": true, "FailureMessage": "sample string 5", "AdminsExempt": true, "BookingManagersExempt": true, "ApproversExempt": true, "PermissionGroupsExempt": true, "ExemptPermissionGroups": [ { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" }, { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" } ] }, { "Identity": "4fb79e65-eea4-4fa0-b8ae-af7a02ab1ef4", "RuleType": { "Properties": [ { "Name": "sample string 1", "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "Identity": "777cee69-75ec-4387-b283-479d550f908a", "StartRange": true, "EndRange": true }, { "Name": "sample string 1", "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "Identity": "777cee69-75ec-4387-b283-479d550f908a", "StartRange": true, "EndRange": true } ], "RunOnUpdateAsCreate": true, "RunOnCreateType": 0, "RunOnUpdateType": 0, "RunOnDeleteType": 0, "RuleGroupRequiresOneValidOnly": true, "Identity": "7f0abbad-17d9-443e-b4aa-218ee57c38d3", "Name": "sample string 4" }, "Properties": [ { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "StartRange": true, "EndRange": true, "IsObsolete": true, "Identity": "93b5c094-5c44-45d2-9c7c-2be0ce816738", "Name": "sample string 7" }, { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "StartRange": true, "EndRange": true, "IsObsolete": true, "Identity": "93b5c094-5c44-45d2-9c7c-2be0ce816738", "Name": "sample string 7" } ], "AppliesTo": [ { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" }, { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" } ], "RunOnCreate": true, "RunOnUpdate": true, "RunOnDelete": true, "FailureMessage": "sample string 5", "AdminsExempt": true, "BookingManagersExempt": true, "ApproversExempt": true, "PermissionGroupsExempt": true, "ExemptPermissionGroups": [ { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" }, { "Identity": "cbdbfb99-50e2-40cb-ac13-00ae0153f2cb", "Name": "sample string 2" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfBookingRule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <BookingRule> <AdminsExempt>true</AdminsExempt> <AppliesTo xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> </AppliesTo> <ApproversExempt>true</ApproversExempt> <BookingManagersExempt>true</BookingManagersExempt> <ExemptPermissionGroups xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> </ExemptPermissionGroups> <FailureMessage>sample string 5</FailureMessage> <Identity>4fb79e65-eea4-4fa0-b8ae-af7a02ab1ef4</Identity> <PermissionGroupsExempt>true</PermissionGroupsExempt> <Properties> <BookingRuleDatum> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">93b5c094-5c44-45d2-9c7c-2be0ce816738</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name> <EndRange>true</EndRange> <IsObsolete>true</IsObsolete> <StartRange>true</StartRange> <Value /> <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> </BookingRuleDatum> <BookingRuleDatum> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">93b5c094-5c44-45d2-9c7c-2be0ce816738</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name> <EndRange>true</EndRange> <IsObsolete>true</IsObsolete> <StartRange>true</StartRange> <Value /> <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> </BookingRuleDatum> </Properties> <RuleType> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">7f0abbad-17d9-443e-b4aa-218ee57c38d3</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name> <Properties> <BookingRuleTypeProperty> <EndRange>true</EndRange> <Identity>777cee69-75ec-4387-b283-479d550f908a</Identity> <Name>sample string 1</Name> <StartRange>true</StartRange> <ValueChoices xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:string>sample string 1</d6p1:string> <d6p1:string>sample string 2</d6p1:string> </ValueChoices> <ValueType>sample string 2</ValueType> </BookingRuleTypeProperty> <BookingRuleTypeProperty> <EndRange>true</EndRange> <Identity>777cee69-75ec-4387-b283-479d550f908a</Identity> <Name>sample string 1</Name> <StartRange>true</StartRange> <ValueChoices xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:string>sample string 1</d6p1:string> <d6p1:string>sample string 2</d6p1:string> </ValueChoices> <ValueType>sample string 2</ValueType> </BookingRuleTypeProperty> </Properties> <RuleGroupRequiresOneValidOnly>true</RuleGroupRequiresOneValidOnly> <RunOnCreateType>Never</RunOnCreateType> <RunOnDeleteType>Never</RunOnDeleteType> <RunOnUpdateAsCreate>true</RunOnUpdateAsCreate> <RunOnUpdateType>Never</RunOnUpdateType> </RuleType> <RunOnCreate>true</RunOnCreate> <RunOnDelete>true</RunOnDelete> <RunOnUpdate>true</RunOnUpdate> </BookingRule> <BookingRule> <AdminsExempt>true</AdminsExempt> <AppliesTo xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> </AppliesTo> <ApproversExempt>true</ApproversExempt> <BookingManagersExempt>true</BookingManagersExempt> <ExemptPermissionGroups xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> <d3p1:NamedObject> <d3p1:Identity>cbdbfb99-50e2-40cb-ac13-00ae0153f2cb</d3p1:Identity> <d3p1:Name>sample string 2</d3p1:Name> </d3p1:NamedObject> </ExemptPermissionGroups> <FailureMessage>sample string 5</FailureMessage> <Identity>4fb79e65-eea4-4fa0-b8ae-af7a02ab1ef4</Identity> <PermissionGroupsExempt>true</PermissionGroupsExempt> <Properties> <BookingRuleDatum> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">93b5c094-5c44-45d2-9c7c-2be0ce816738</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name> <EndRange>true</EndRange> <IsObsolete>true</IsObsolete> <StartRange>true</StartRange> <Value /> <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> </BookingRuleDatum> <BookingRuleDatum> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">93b5c094-5c44-45d2-9c7c-2be0ce816738</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name> <EndRange>true</EndRange> <IsObsolete>true</IsObsolete> <StartRange>true</StartRange> <Value /> <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> </BookingRuleDatum> </Properties> <RuleType> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">7f0abbad-17d9-443e-b4aa-218ee57c38d3</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name> <Properties> <BookingRuleTypeProperty> <EndRange>true</EndRange> <Identity>777cee69-75ec-4387-b283-479d550f908a</Identity> <Name>sample string 1</Name> <StartRange>true</StartRange> <ValueChoices xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:string>sample string 1</d6p1:string> <d6p1:string>sample string 2</d6p1:string> </ValueChoices> <ValueType>sample string 2</ValueType> </BookingRuleTypeProperty> <BookingRuleTypeProperty> <EndRange>true</EndRange> <Identity>777cee69-75ec-4387-b283-479d550f908a</Identity> <Name>sample string 1</Name> <StartRange>true</StartRange> <ValueChoices xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:string>sample string 1</d6p1:string> <d6p1:string>sample string 2</d6p1:string> </ValueChoices> <ValueType>sample string 2</ValueType> </BookingRuleTypeProperty> </Properties> <RuleGroupRequiresOneValidOnly>true</RuleGroupRequiresOneValidOnly> <RunOnCreateType>Never</RunOnCreateType> <RunOnDeleteType>Never</RunOnDeleteType> <RunOnUpdateAsCreate>true</RunOnUpdateAsCreate> <RunOnUpdateType>Never</RunOnUpdateType> </RuleType> <RunOnCreate>true</RunOnCreate> <RunOnDelete>true</RunOnDelete> <RunOnUpdate>true</RunOnUpdate> </BookingRule> </ArrayOfBookingRule>