GET api/ResourceTypes/ExchangeEnabledResources
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExchangeResourceName | 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": "0a14d6cb-f33c-4c2b-b2d1-3abc3f69cd5d", "PrimaryResourceRestrictionIdentity": "9c4f8a7d-b084-4bf6-b7ff-1598ca0a8a60" }, { "BookingTypeIdentity": "0a14d6cb-f33c-4c2b-b2d1-3abc3f69cd5d", "PrimaryResourceRestrictionIdentity": "9c4f8a7d-b084-4bf6-b7ff-1598ca0a8a60" } ], "ResourceTypeIdentity": "60414f38-a105-4e21-b3c8-186607c66738", "ResourceTypeName": "sample string 2", "Properties": [ { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "DisplayName": "sample string 3", "ValueChoicesWithId": [ { "Identity": "a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca", "Name": "sample string 2" }, { "Identity": "a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca", "Name": "sample string 2" } ], "IsObsolete": true, "RelatedObsoleteProperty": "b8423e4f-c035-40fa-be28-7f2ac67cf2ca", "Identity": "4fdb8bd4-5402-4134-8e72-d04ea6c54efb", "Name": "sample string 7" }, { "Value": {}, "ValueType": "sample string 2", "ValueChoices": [ "sample string 1", "sample string 2" ], "DisplayName": "sample string 3", "ValueChoicesWithId": [ { "Identity": "a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca", "Name": "sample string 2" }, { "Identity": "a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca", "Name": "sample string 2" } ], "IsObsolete": true, "RelatedObsoleteProperty": "b8423e4f-c035-40fa-be28-7f2ac67cf2ca", "Identity": "4fdb8bd4-5402-4134-8e72-d04ea6c54efb", "Name": "sample string 7" } ], "Identity": "4f645f8f-c6cb-4499-a2b7-9a21a29725ee", "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">4f645f8f-c6cb-4499-a2b7-9a21a29725ee</Identity> <Name xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">sample string 4</Name> <BookingTypes> <BookingTypeWithPrimaryRestriction> <BookingTypeIdentity>0a14d6cb-f33c-4c2b-b2d1-3abc3f69cd5d</BookingTypeIdentity> <PrimaryResourceRestrictionIdentity>9c4f8a7d-b084-4bf6-b7ff-1598ca0a8a60</PrimaryResourceRestrictionIdentity> </BookingTypeWithPrimaryRestriction> <BookingTypeWithPrimaryRestriction> <BookingTypeIdentity>0a14d6cb-f33c-4c2b-b2d1-3abc3f69cd5d</BookingTypeIdentity> <PrimaryResourceRestrictionIdentity>9c4f8a7d-b084-4bf6-b7ff-1598ca0a8a60</PrimaryResourceRestrictionIdentity> </BookingTypeWithPrimaryRestriction> </BookingTypes> <Properties> <ResourceDatum> <Identity xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">4fdb8bd4-5402-4134-8e72-d04ea6c54efb</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>b8423e4f-c035-40fa-be28-7f2ac67cf2ca</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>a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </d4p1:NamedObject> <d4p1:NamedObject> <d4p1:Identity>a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca</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">4fdb8bd4-5402-4134-8e72-d04ea6c54efb</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>b8423e4f-c035-40fa-be28-7f2ac67cf2ca</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>a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </d4p1:NamedObject> <d4p1:NamedObject> <d4p1:Identity>a34ea4c5-6c77-4650-aa90-cd6e77fdd9ca</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </d4p1:NamedObject> </ValueChoicesWithId> <ValueType>sample string 2</ValueType> </ResourceDatum> </Properties> <ResourceTypeIdentity>60414f38-a105-4e21-b3c8-186607c66738</ResourceTypeIdentity> <ResourceTypeName>sample string 2</ResourceTypeName> </ExchangeResource>