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. |
Response Formats
application/json, text/json
Sample:
{ "AppVersionId": "304509f5-3e18-41f7-a9e7-19546508548a", "AppId": "aa97bbd6-e3fe-46df-bc2f-89789b1d0e4e", "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": "c367adda-2f46-47bd-a90d-63b16498626c", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "454c93a8-3f4e-4841-8983-6907badad446", "IconPath": "sample string 16" }