GET api/apps/versions/{appId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId | globally unique identifier |
Required |
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": "f7082c57-c1e0-4e96-8d88-8eb90fedce27", "AppId": "1c9d71f4-a2f1-4c22-a08c-b531922ecf47", "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": "e138cf0f-e8ef-4408-9384-dfdf079692d7", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "fca9a1f6-6d7d-429e-bbe5-32e10e644027", "IconPath": "sample string 16" }, { "AppVersionId": "f7082c57-c1e0-4e96-8d88-8eb90fedce27", "AppId": "1c9d71f4-a2f1-4c22-a08c-b531922ecf47", "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": "e138cf0f-e8ef-4408-9384-dfdf079692d7", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "fca9a1f6-6d7d-429e-bbe5-32e10e644027", "IconPath": "sample string 16" } ]