GET api/BookingFavourites
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BookingFavouritesName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
NameIdentifier | string |
None. |
|
Favourites | Collection of BookingFavouritesResource |
None. |
Response Formats
application/json, text/json
Sample:
{ "Identity": "2516d23f-b706-4b2d-8d8c-c3d01782fcf7", "NameIdentifier": "sample string 2", "Favourites": [ { "Identity": "29548fe0-6d1c-4a2e-990e-367a9985fb08", "Rank": 2, "BookingType": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "ResourceType": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "Resource": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" } }, { "Identity": "29548fe0-6d1c-4a2e-990e-367a9985fb08", "Rank": 2, "BookingType": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "ResourceType": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" }, "Resource": { "Identity": "7390d588-564f-4fbe-a0d7-f9434dec099b", "Name": "sample string 2" } } ] }
application/xml, text/xml
Sample:
<BookingFavourites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <Favourites> <BookingFavouritesResource> <BookingType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>29548fe0-6d1c-4a2e-990e-367a9985fb08</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </Resource> <ResourceGroup xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceGroup> <ResourceType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceType> </BookingFavouritesResource> <BookingFavouritesResource> <BookingType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>29548fe0-6d1c-4a2e-990e-367a9985fb08</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </Resource> <ResourceGroup xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceGroup> <ResourceType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>7390d588-564f-4fbe-a0d7-f9434dec099b</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceType> </BookingFavouritesResource> </Favourites> <Identity>2516d23f-b706-4b2d-8d8c-c3d01782fcf7</Identity> <NameIdentifier>sample string 2</NameIdentifier> </BookingFavourites>