GET api/Versions/GetAppVersion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "4361471e-2fa3-4f13-b773-d00c7afc4f7b", "AppId": "b25bce62-6a06-4004-8585-273ac47e145e", "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": "06852dde-6330-405d-bfa6-207aa100d4b0", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "00357746-a755-4ad4-9dfb-d5f5a5500265", "IconPath": "sample string 16" }, { "AppVersionId": "4361471e-2fa3-4f13-b773-d00c7afc4f7b", "AppId": "b25bce62-6a06-4004-8585-273ac47e145e", "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": "06852dde-6330-405d-bfa6-207aa100d4b0", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "00357746-a755-4ad4-9dfb-d5f5a5500265", "IconPath": "sample string 16" } ]