GET api/Info?store={store}&appname={appname}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store | string |
Required |
|
appname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TAppInfoName | Description | Type | Additional information |
---|---|---|---|
LATEST_VERS | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "LATEST_VERS": "sample string 1" }
application/xml, text/xml
Sample:
<TAppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <LATEST_VERS>sample string 1</LATEST_VERS> </TAppInfo>