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

Retrieving the Record Store of a Given Table via JS API

Overview

Function

getRecordStoreByTable(tableName, success, error)

Description

Returns the records store of the given table.

OutputThe record store of the given table.

Example

client.getRecordStoreByTable("SampleTable", function(data) {
      	console.log (data["message"]);
}, function(error) {
     	 console.log("error occured: " + error);  
});

Sample output

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