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

Retrieving All Analyses via REST API

Overview

DescriptionRetrieving all analyses
Resource Path

/api/analyses

HTTP MethodGET
Request/Response Formatapplication/json

Sample cURL command

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

Example

GET https://localhost:9443/api/analyses

Sample output

[
    {
        "name": "wso2-ml-analysis",
        "id": 1,
        "tenantId": -1234,
        "userName": "admin",
        "comments": "nirmal analysis test",
        "projectId": 1
    }
]

REST API response

HTTP status code

200

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.