GET api/App/Win11StoreAppInfo/{SearchID}
Wins the store search.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SearchID |
The search identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
WinstoreAppInfoName | Description | Type | Additional information |
---|---|---|---|
ProductTitle |
App名稱 |
string |
None. |
ProductId |
App ID |
string |
None. |
ProductDescription |
App說明 |
string |
None. |
Logo |
App Logo |
Image |
None. |
Title |
App 比較大的Logo |
Image |
None. |
Screenshot |
App 螢幕截圖 |
Collection of Image |
None. |
AverageRating |
App 評分 |
decimal number |
None. |
PublisherName |
App 發行商 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProductTitle": "sample string 1", "ProductId": "sample string 2", "ProductDescription": "sample string 3", "Logo": { "BackgroundColor": "sample string 1", "Caption": "sample string 2", "ForegroundColor": "sample string 3", "Height": 4, "ImagePurpose": "sample string 5", "Uri": "sample string 6", "Width": 7 }, "Title": { "BackgroundColor": "sample string 1", "Caption": "sample string 2", "ForegroundColor": "sample string 3", "Height": 4, "ImagePurpose": "sample string 5", "Uri": "sample string 6", "Width": 7 }, "Screenshot": [ { "BackgroundColor": "sample string 1", "Caption": "sample string 2", "ForegroundColor": "sample string 3", "Height": 4, "ImagePurpose": "sample string 5", "Uri": "sample string 6", "Width": 7 }, { "BackgroundColor": "sample string 1", "Caption": "sample string 2", "ForegroundColor": "sample string 3", "Height": 4, "ImagePurpose": "sample string 5", "Uri": "sample string 6", "Width": 7 } ], "AverageRating": 4.1, "PublisherName": "sample string 5" }
application/xml, text/xml
Sample:
<WinstoreAppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers"> <AverageRating>4.1</AverageRating> <Logo xmlns:d2p1="http://schemas.datacontract.org/2004/07/iMOE_Back_End"> <d2p1:BackgroundColor>sample string 1</d2p1:BackgroundColor> <d2p1:Caption>sample string 2</d2p1:Caption> <d2p1:ForegroundColor>sample string 3</d2p1:ForegroundColor> <d2p1:Height>4</d2p1:Height> <d2p1:ImagePurpose>sample string 5</d2p1:ImagePurpose> <d2p1:Uri>sample string 6</d2p1:Uri> <d2p1:Width>7</d2p1:Width> </Logo> <ProductDescription>sample string 3</ProductDescription> <ProductId>sample string 2</ProductId> <ProductTitle>sample string 1</ProductTitle> <PublisherName>sample string 5</PublisherName> <Screenshot xmlns:d2p1="http://schemas.datacontract.org/2004/07/iMOE_Back_End"> <d2p1:WinStore.Image> <d2p1:BackgroundColor>sample string 1</d2p1:BackgroundColor> <d2p1:Caption>sample string 2</d2p1:Caption> <d2p1:ForegroundColor>sample string 3</d2p1:ForegroundColor> <d2p1:Height>4</d2p1:Height> <d2p1:ImagePurpose>sample string 5</d2p1:ImagePurpose> <d2p1:Uri>sample string 6</d2p1:Uri> <d2p1:Width>7</d2p1:Width> </d2p1:WinStore.Image> <d2p1:WinStore.Image> <d2p1:BackgroundColor>sample string 1</d2p1:BackgroundColor> <d2p1:Caption>sample string 2</d2p1:Caption> <d2p1:ForegroundColor>sample string 3</d2p1:ForegroundColor> <d2p1:Height>4</d2p1:Height> <d2p1:ImagePurpose>sample string 5</d2p1:ImagePurpose> <d2p1:Uri>sample string 6</d2p1:Uri> <d2p1:Width>7</d2p1:Width> </d2p1:WinStore.Image> </Screenshot> <Title xmlns:d2p1="http://schemas.datacontract.org/2004/07/iMOE_Back_End"> <d2p1:BackgroundColor>sample string 1</d2p1:BackgroundColor> <d2p1:Caption>sample string 2</d2p1:Caption> <d2p1:ForegroundColor>sample string 3</d2p1:ForegroundColor> <d2p1:Height>4</d2p1:Height> <d2p1:ImagePurpose>sample string 5</d2p1:ImagePurpose> <d2p1:Uri>sample string 6</d2p1:Uri> <d2p1:Width>7</d2p1:Width> </Title> </WinstoreAppInfo>