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 ModuleDefinition| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | None. | |
| CodeVersion | integer | None. | |
| 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. | 
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
Sample not available.