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

Inferring the Actual Table Name from the Encoded Name

Overview

DescriptionInfers the actual table name from the encoded table name.
Resource Path/analytics/tables/<ENCODED_NAME>
/actualName
HTTP MethodGET
Request/Response Formatapplication/json
AuthenticationBasic


Sample cURL command

curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/analytics/tables/ANX___7LtvlqNk_/actualName -k

Example

GET (with auth) https://<DAS_HOST>:9443/analytics/tables/ANX___7LtvlqNk_/actualName

Sample output

SAMPLE_TABLE


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.