com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Retrieving Customized Features of an Analysis via REST API
Overview
Description | Retrieve customized features 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 customized features. |
Sample cURL command
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/analyses/1/customizedFeatures -k
Example
GET https://localhost:9443/api/analyses/{analysisId}/customizedFeatures
Sample output
[ { "imputeOption":"DISCARD", "include":true, "lastModifiedUser":"admin", "tenantId":-1234, "name":"Age", "type":"NUMERICAL", "userName":"admin" }, { "imputeOption":"DISCARD", "include":true, "lastModifiedUser":"admin", "tenantId":-1234, "name":"BMI", "type":"NUMERICAL", "userName":"admin" } ]
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.