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": "0f0270f3-9d3c-4963-b84d-0249e10908ff", "NameIdentifier": "sample string 2", "Favourites": [ { "Identity": "43d624be-9566-45bc-89d6-b10079ed051c", "Rank": 2, "BookingType": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "ResourceType": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "Resource": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" } }, { "Identity": "43d624be-9566-45bc-89d6-b10079ed051c", "Rank": 2, "BookingType": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "ResourceType": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "ResourceGroup": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "Name": "sample string 2" }, "Resource": { "Identity": "becff0ae-9852-44ca-9ed6-2ed9b47987a0", "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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>43d624be-9566-45bc-89d6-b10079ed051c</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>becff0ae-9852-44ca-9ed6-2ed9b47987a0</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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </BookingType> <Identity>43d624be-9566-45bc-89d6-b10079ed051c</Identity> <Rank>2</Rank> <Resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d4p1:Identity>becff0ae-9852-44ca-9ed6-2ed9b47987a0</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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</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>becff0ae-9852-44ca-9ed6-2ed9b47987a0</d4p1:Identity> <d4p1:Name>sample string 2</d4p1:Name> </ResourceType> </BookingFavouritesResource> </Favourites> <Identity>0f0270f3-9d3c-4963-b84d-0249e10908ff</Identity> <NameIdentifier>sample string 2</NameIdentifier> </BookingFavourites>