GET api/TimberTheme?index={index}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
index | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TimberThemeDetailViewModelName | Description | Type | Additional information |
---|---|---|---|
ThemeName | string |
None. |
|
Inclusive | boolean |
None. |
|
Available | Collection of TimberInThemeViewModel |
None. |
|
Included | Collection of TimberInThemeViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "themeName": "sample string 1", "inclusive": true, "available": [ { "name": "sample string 1", "bit": 2.0, "uniqueId": "32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b" }, { "name": "sample string 1", "bit": 2.0, "uniqueId": "32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b" } ], "included": [ { "name": "sample string 1", "bit": 2.0, "uniqueId": "32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b" }, { "name": "sample string 1", "bit": 2.0, "uniqueId": "32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b" } ] }
application/xml, text/xml
Sample:
<TimberThemeDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <Available> <TimberInThemeViewModel> <Bit>2</Bit> <Name>sample string 1</Name> <UniqueId>32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b</UniqueId> </TimberInThemeViewModel> <TimberInThemeViewModel> <Bit>2</Bit> <Name>sample string 1</Name> <UniqueId>32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b</UniqueId> </TimberInThemeViewModel> </Available> <Included> <TimberInThemeViewModel> <Bit>2</Bit> <Name>sample string 1</Name> <UniqueId>32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b</UniqueId> </TimberInThemeViewModel> <TimberInThemeViewModel> <Bit>2</Bit> <Name>sample string 1</Name> <UniqueId>32694cf5-df7b-4bd8-b0c0-2dc1dac3b68b</UniqueId> </TimberInThemeViewModel> </Included> <Inclusive>true</Inclusive> <ThemeName>sample string 1</ThemeName> </TimberThemeDetailViewModel>