com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Store REST API Guide
The following sections illustrate the store REST APIs that are used in WSO2 ES:
Entity | HTTP | Resource Path | Description |
---|---|---|---|
Authenticate | POST | /authenticate | Authenticate user credentials. WSO2 ES generates a session ID after authenticating the user credentials. |
Logout | POST | /logout | Logout of the user session. |
Assets | GET | /assets?type={asset_type} | Retrieve details of all the assets that corresponds to a specific asset type. |
GET | Retrieve details of an asset that corresponds to a specific asset type. | ||
GET | /assets?type={asset_type}&fields={attribute_1},{attribute_2},{attribute_3} | Retrieve all assets that correspond to a specific asset type with field expansion. | |
GET | /assets?type={asset_type}&sort=+{attribute_1},-{attribute_2} | Sort all assets that correspond to a specific asset type. | |
GET |
| Search for assets that correspond to a specific asset type. | |
GET | /assets?type={asset_type}&start={start_value}&count={count_value} | Retrieve all assets that correspond to a specific asset type with pagination. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.