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 AppVersionViewModel| Name | 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": "4cd2636f-527b-421b-a97e-69db3d2dd7b6",
"AppId": "0eaf9425-67c4-46aa-9dc2-1cd994f8249c",
"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": "48900df2-5b33-4d88-9bfa-97db87d8c92b",
"VersionText": "sample string 13",
"State": 1,
"CredentialData": "sample string 14",
"GenericProtocolName": "sample string 15",
"CategoryId": "07b4b0d3-327f-418e-9ede-d2007a98f3fe",
"IconPath": "sample string 16",
"IsEnabled": true,
"IsStronglyType": true,
"HasCustomUI": true
},
{
"AppVersionId": "4cd2636f-527b-421b-a97e-69db3d2dd7b6",
"AppId": "0eaf9425-67c4-46aa-9dc2-1cd994f8249c",
"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": "48900df2-5b33-4d88-9bfa-97db87d8c92b",
"VersionText": "sample string 13",
"State": 1,
"CredentialData": "sample string 14",
"GenericProtocolName": "sample string 15",
"CategoryId": "07b4b0d3-327f-418e-9ede-d2007a98f3fe",
"IconPath": "sample string 16",
"IsEnabled": true,
"IsStronglyType": true,
"HasCustomUI": true
}
]