POST api/v1/lookup/GetAppVersion
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppVersionResponseName | Description | Type | Additional information |
---|---|---|---|
PanelistId | integer |
None. |
|
AppVersion | string |
None. |
|
IsTechSuspect | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "panelistId": 1, "appVersion": "sample string 2", "isTechSuspect": true }
text/xml
Sample:
<AppVersionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <AppVersion>sample string 2</AppVersion> <IsTechSuspect>true</IsTechSuspect> <PanelistId>1</PanelistId> </AppVersionResponse>