GET api/allapps?HideInstalled={HideInstalled}
Get list of all available apps
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
HideInstalled |
Hide currently installed apps |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of AppDefinitionName | Description | Type | Additional information |
---|---|---|---|
InstallDefault | boolean |
None. |
|
StandardApp | boolean |
None. |
|
ClassName | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Icon | string |
None. |
|
Manufacturer | string |
None. |
|
AppButtons | Collection of AppButton |
None. |
|
ApplicationCostType | AppCostType |
None. |
|
Cost | decimal number |
None. |
|
Subscription | Object |
None. |
|
ResourceFields | Collection of PlannerColumn |
None. |
|
TaskFields | Collection of PlannerColumn |
None. |
|
PlanFields | Collection of PlannerColumn |
None. |
|
WorkTypes | Collection of WorkType |
None. |
|
States | Collection of ControlState |
None. |
|
Views | Collection of PlannerView |
None. |
|
DefaultProperties | Dictionary of string [key] and Object [value] |
None. |
|
AppProperties | Collection of AppProperty |
None. |
|
Hidden | boolean |
None. |
|
ShowInQuickStart | boolean |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.