com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Retrieving Summary Statistics Settings via REST API
Overview
Description | Retrieve summary statistics settings of a dataset. |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{projectId} | ID of the project of which you need to retrieve the analysis. |
{analysisName} | Name of the analysis which 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. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.