GET api/ResourceTypes/ExchangeEnabledResources
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExchangeResource| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingTypes | Collection of BookingTypeWithPrimaryRestriction |
None. |
|
| ResourceTypeIdentity | globally unique identifier |
None. |
|
| ResourceTypeName | string |
None. |
|
| Properties | Collection of ResourceDatum |
None. |
|
| Identity | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BookingTypes": [
{
"BookingTypeIdentity": "3843f25b-1c87-4b59-9756-f490fd70590f",
"PrimaryResourceRestrictionIdentity": "2560afb4-049c-4fc9-9f4f-0ade8e588598"
},
{
"BookingTypeIdentity": "3843f25b-1c87-4b59-9756-f490fd70590f",
"PrimaryResourceRestrictionIdentity": "2560afb4-049c-4fc9-9f4f-0ade8e588598"
}
],
"ResourceTypeIdentity": "e18f94b4-5212-44cd-9270-84c79910fd59",
"ResourceTypeName": "sample string 2",
"Properties": [
{
"Value": {},
"ValueType": "sample string 2",
"ValueChoices": [
"sample string 1",
"sample string 2"
],
"DisplayName": "sample string 3",
"ValueChoicesWithId": [
{
"Identity": "8ad81cef-a36a-4f00-b2cd-1817d9386ba3",
"Name": "sample string 2"
},
{
"Identity": "8ad81cef-a36a-4f00-b2cd-1817d9386ba3",
"Name": "sample string 2"
}
],
"IsObsolete": true,
"RelatedObsoleteProperty": "477c0dd9-8a6c-43eb-9671-2355ed91db19",
"Identity": "64cd2627-efd0-4eaa-b7b7-3e6cc2479bbd",
"Name": "sample string 7"
},
{
"Value": {},
"ValueType": "sample string 2",
"ValueChoices": [
"sample string 1",
"sample string 2"
],
"DisplayName": "sample string 3",
"ValueChoicesWithId": [
{
"Identity": "8ad81cef-a36a-4f00-b2cd-1817d9386ba3",
"Name": "sample string 2"
},
{
"Identity": "8ad81cef-a36a-4f00-b2cd-1817d9386ba3",
"Name": "sample string 2"
}
],
"IsObsolete": true,
"RelatedObsoleteProperty": "477c0dd9-8a6c-43eb-9671-2355ed91db19",
"Identity": "64cd2627-efd0-4eaa-b7b7-3e6cc2479bbd",
"Name": "sample string 7"
}
],
"Identity": "e1bcc552-a38a-4ea9-a9b3-102c049c90fa",
"Name": "sample string 4"
}
application/xml, text/xml
Sample:
<ExchangeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">e1bcc552-a38a-4ea9-a9b3-102c049c90fa</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name>
<BookingTypes>
<BookingTypeWithPrimaryRestriction>
<BookingTypeIdentity>3843f25b-1c87-4b59-9756-f490fd70590f</BookingTypeIdentity>
<PrimaryResourceRestrictionIdentity>2560afb4-049c-4fc9-9f4f-0ade8e588598</PrimaryResourceRestrictionIdentity>
</BookingTypeWithPrimaryRestriction>
<BookingTypeWithPrimaryRestriction>
<BookingTypeIdentity>3843f25b-1c87-4b59-9756-f490fd70590f</BookingTypeIdentity>
<PrimaryResourceRestrictionIdentity>2560afb4-049c-4fc9-9f4f-0ade8e588598</PrimaryResourceRestrictionIdentity>
</BookingTypeWithPrimaryRestriction>
</BookingTypes>
<Properties>
<ResourceDatum>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">64cd2627-efd0-4eaa-b7b7-3e6cc2479bbd</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name>
<DisplayName>sample string 3</DisplayName>
<IsObsolete>true</IsObsolete>
<RelatedObsoleteProperty>477c0dd9-8a6c-43eb-9671-2355ed91db19</RelatedObsoleteProperty>
<Value />
<ValueChoices xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</ValueChoices>
<ValueChoicesWithId xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>8ad81cef-a36a-4f00-b2cd-1817d9386ba3</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>8ad81cef-a36a-4f00-b2cd-1817d9386ba3</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ValueChoicesWithId>
<ValueType>sample string 2</ValueType>
</ResourceDatum>
<ResourceDatum>
<Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">64cd2627-efd0-4eaa-b7b7-3e6cc2479bbd</Identity>
<Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 7</Name>
<DisplayName>sample string 3</DisplayName>
<IsObsolete>true</IsObsolete>
<RelatedObsoleteProperty>477c0dd9-8a6c-43eb-9671-2355ed91db19</RelatedObsoleteProperty>
<Value />
<ValueChoices xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</ValueChoices>
<ValueChoicesWithId xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<d4p1:NamedObject>
<d4p1:Identity>8ad81cef-a36a-4f00-b2cd-1817d9386ba3</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
<d4p1:NamedObject>
<d4p1:Identity>8ad81cef-a36a-4f00-b2cd-1817d9386ba3</d4p1:Identity>
<d4p1:Name>sample string 2</d4p1:Name>
</d4p1:NamedObject>
</ValueChoicesWithId>
<ValueType>sample string 2</ValueType>
</ResourceDatum>
</Properties>
<ResourceTypeIdentity>e18f94b4-5212-44cd-9270-84c79910fd59</ResourceTypeIdentity>
<ResourceTypeName>sample string 2</ResourceTypeName>
</ExchangeResource>