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

Authenticate Credentials via the Publisher REST API

Overview

DescriptionAuthenticate user credentials. WSO2 ES generates a session ID after authenticating the user credentials. Always pass the session ID when carrying out REST API calls in ES.
Resource Path/authenticate
URL/publisher/apis/authenticate
HTTP MethodPOST

Request

 

Response

Response format

{"data" : {"sessionId" : "<SESSION_ID>"}}

Sample response

{"data" : {"sessionId" : "A38510672918D3EDB4039667DBFA6DCD"}}

HTTP status codes

ResponseHTTP Status codes
Success

100, 200

Error400, 401, 500, 501

For more information on the status codes, see HTTP Status Codes.

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