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

Retrieving a Project via REST API

Overview

DescriptionRetrieving a project
Resource Path

/api/projects/{name}

HTTP MethodGET
Request/Response Formatapplication/json
Parameter description
Parameter
Description
{name}Name of the project of which you need to retrieve.

Sample cURL command

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

Example

GET https://localhost:9443/api/projects/{name}

Sample output

{
    "name": "wso2-ml-project",
    "id": 1,
    "createdTime": "2015-03-20 09:32:02.335",
    "tenantId": -1234,
    "description": "test",
    "userName": "admin",
    "datasetId": 1,
    "datasetName": "diabetes"
}

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.