GET api/App/{UnitName}/GoogleStoreWebToken
取得iMOE網站GooglePlayStore嵌入式Token(目前是測試網址)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UnitName |
單位名稱(e.g.北區輔導團、臺北市、040304) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
GooglePlayStoreWebTokenName | Description | Type | Additional information |
---|---|---|---|
Domain |
認證網域 |
string |
None. |
WebToken |
授權Token |
string |
None. |
url |
受管理GooglePlayStore嵌入式URL |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Domain": "sample string 1", "WebToken": "sample string 2", "url": "sample string 3" }
application/xml, text/xml
Sample:
<GooglePlayStoreWebToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers"> <Domain>sample string 1</Domain> <WebToken>sample string 2</WebToken> <url>sample string 3</url> </GooglePlayStoreWebToken>