Table of Contents | ||
---|---|---|
|
...
Description | Retrieve summarized features of an analysis. |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{analysisId} | ID of the analysis of which you need to retrieve summarized features. |
...
Code Block | ||
---|---|---|
| ||
GET https://localhost:9443/api/analyses/{analysisId}/summarizedFeatures |
...