com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Retrieving Summary Statistics Settings via REST API

Overview

DescriptionRetrieve summary statistics settings of a dataset.
Resource Path

/api/configs/summaryStatSettings

HTTP MethodGET
Request/Response Formatapplication/json
Parameter description
Parameter
Description
{projectId}The ID of the project of which the analysis needs to be retrieved.
{analysisName}The name of the analysis that you need to retrieve.

Sample cURL command

curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/configs/summaryStatSettings -k

Example

GET https://localhost:9443/api/configs/summaryStatSettings

Sample output

{
"histogramBins":20,
"categoricalThreshold":0.01,
"sampleSize":10000
}

REST API response

HTTP status code

200, 404 or 500

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