com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Retrieving Summary Statistics Settings via REST API v10
Overview
Description | Retrieve summary statistics settings of a dataset. |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/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/v10/configs/summaryStatSettings -k
Example
GET https://localhost:9443/api/v10/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. |