Overview
Description | Retrieve the algorithm type 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 the algorithm type. |
Sample cURL command
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/analyses/1/algorithmType -k
Example
GET https://localhost:9443/api/analyses/{analysisId}/algorithmType
Sample output
Classification
REST API response
HTTP status code | 200, 404 or 500 For descriptions of the HTTP status codes, see HTTP Status Codes. |
Overview
Content Tools
Activity