GET api/Versions/GetAppVersion/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AppVersionViewModelName | Description | Type | Additional information |
---|---|---|---|
AppVersionId | globally unique identifier |
None. |
|
AppId | globally unique identifier |
None. |
|
AppVersionNumber | string |
None. |
|
AppVersionDescription | string |
None. |
|
AppVersionDefinition | string |
None. |
|
IsProductionReady | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsCloudSupported | boolean |
None. |
|
AdapterTemplate | string |
None. |
|
LogoPath | string |
None. |
|
FileName | string |
None. |
|
AppName | string |
None. |
|
IsExists | boolean |
None. |
|
OrgAppId | globally unique identifier |
None. |
|
VersionText | string |
None. |
|
State | integer |
None. |
|
CredentialData | string |
None. |
|
GenericProtocolName | string |
None. |
|
CategoryId | globally unique identifier |
None. |
|
IconPath | string |
None. |
|
IsEnabled | boolean |
None. |
|
IsStronglyType | boolean |
None. |
|
HasCustomUI | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "AppVersionId": "fa869a10-68d2-4b74-a8ee-1da990ae24d7", "AppId": "4c7d28a4-a026-4585-a8d6-7a696ea415be", "AppVersionNumber": "sample string 3", "AppVersionDescription": "sample string 4", "AppVersionDefinition": "sample string 5", "IsProductionReady": true, "IsActive": true, "IsCloudSupported": true, "AdapterTemplate": "sample string 8", "LogoPath": "sample string 9", "FileName": "sample string 10", "AppName": "sample string 11", "IsExists": true, "OrgAppId": "5adc58f1-21eb-4290-b957-81df2e0cac4b", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "8ca7105b-4ef9-4c65-9141-51d373ac3a07", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true }