GET api/Apps/GetApp/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AppViewModelName | Description | Type | Additional information |
---|---|---|---|
CategoryId | globally unique identifier |
None. |
|
AppId | globally unique identifier |
None. |
|
AppName | string |
None. |
|
LogoPath | string |
None. |
|
FileName | string |
None. |
|
AppDescription | string |
None. |
|
Stage | string |
None. |
|
IsProductionReady | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsThirdParty | boolean |
None. |
|
AppVersions | Collection of AppVersionViewModel |
None. |
|
ZohoSKU | string |
None. |
|
CategoryOrdering | integer |
None. |
|
IsAllowed | boolean |
None. |
|
CategoryName | string |
None. |
|
NoOfDeployment | integer |
None. |
|
IsExists | boolean |
None. |
|
OrgAppId | globally unique identifier |
None. |
|
State | integer |
None. |
|
ParentType | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
AppIconPath | string |
None. |
|
OrgId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "<CategoryId>k__BackingField": "fcd3f686-c354-489b-8625-001b23f74f75", "<AppId>k__BackingField": "7e46aecf-a5e0-4d59-92a0-2ac44da89128", "<AppName>k__BackingField": "sample string 2", "<LogoPath>k__BackingField": "sample string 3", "<FileName>k__BackingField": "sample string 4", "<AppDescription>k__BackingField": "sample string 5", "<Stage>k__BackingField": "sample string 6", "<IsProductionReady>k__BackingField": true, "<IsActive>k__BackingField": true, "<IsThirdParty>k__BackingField": true, "<AppVersions>k__BackingField": [ { "AppVersionId": "cd2a2f3b-f276-474f-8a52-0c4e74cbc9d3", "AppId": "024901c7-4a68-4f29-a8ee-2f3e6eb8e562", "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": "8b942812-f6d9-4a23-8bbb-ec0f7b9ea2f9", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "091653a1-cd52-475d-9146-941cbac19d09" }, { "AppVersionId": "cd2a2f3b-f276-474f-8a52-0c4e74cbc9d3", "AppId": "024901c7-4a68-4f29-a8ee-2f3e6eb8e562", "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": "8b942812-f6d9-4a23-8bbb-ec0f7b9ea2f9", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "091653a1-cd52-475d-9146-941cbac19d09" } ], "<ZohoSKU>k__BackingField": "sample string 7", "<CategoryOrdering>k__BackingField": 1, "<IsAllowed>k__BackingField": true, "<CategoryName>k__BackingField": "sample string 9", "<NoOfDeployment>k__BackingField": 1, "<IsExists>k__BackingField": true, "<OrgAppId>k__BackingField": "f05a915c-635f-4a05-a9e5-2527363c64fb", "<State>k__BackingField": 1, "<ParentType>k__BackingField": "sample string 11", "<ParentId>k__BackingField": "8437870e-1e38-428d-9f0b-a3eb4b37ba21", "<AppIconPath>k__BackingField": "sample string 12", "<OrgId>k__BackingField": "959c24fd-e31e-4326-8253-66db82ffacfd" }