Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

DescriptionRetrieving all version sets of a dataset
Resource Path

/api/analyses/{id}/features/defaults

HTTP MethodPOST
Request/Response Formatapplication/json

Parameter description

Parameter
Description
{id}ID of the analysis to which, you need to load the default features as customized features.

Example

POST /api/analyses/{id}/features/defaults
{
    "include": true,
    "imputeOption": "DISCARD"
}

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, seeĀ HTTP Status Codes.

  • No labels