GET /apps/{appId}/insight-analyses
Returns information about supported analyses for the app's data model. Lists available analysis types, along with minimum and maximum number of dimensions, measures, and fields.
Path parameters
| Name | Description | Type | 
|---|---|---|
| appId | Qlik Sense app identifier  | 
		String (uid) | 
| accept-language | language specified as an ISO-639-1 code. Defaults to 'en' (English).  | 
		String | 
Responses
| Name | Description | Type | 
|---|---|---|
| 200 | The request is successfully processed and information about supported analyses is returned.  | 
		AnalysisDescriptorResponse | 
| 400 | Bad request. The payload is not formed correctly.  | 
		Errors | 
| 401 | User is not authorized  | 
		Errors | 
| 404 | Not found  | 
		Errors | 
| 422 | Unprocessable entity. The payload contains fields that are invalid, such as too long of a query.  | 
		Errors | 
| 500 | Internal server error  | 
		Errors |