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

Publisher REST API Guide

The following sections illustrate the publisher REST APIs that are used in WSO2 ES:

Entity

HTTP
Method

Resource Path

Description

Entity

HTTP
Method

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











POST

/assets

Create an asset.

POST

/assets/{id}?type={asset_type}

Update an asset.

GET

/assets?type={asset_type}

Retrieve details of all the assets that corresponds to a specific asset type.

GET

/assets/{id}?type={asset_type}

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

/assets?type={asset_type}&q="{attribute_1}":"{value_1}","{attribute_2}":"{value_2}"

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.

GET

/assets/{id}/state?type={asset_type}

Retrieve the current state of an asset.

POST

/assets/{id}/state?type={asset_type}

Promoting or demoting an asset in a lifecycle.

DELETE

/assets/{id}?type={asset_type}

Delete an asset.

Lifecycle

GET

/lifecycles

Retrieve list of lifecycles.

GET

/lifecycles/{lifecycle_name}

Retrieve details of a specific lifecycle.

GET

/lifecycles/{lifecycle-name}/{lifecycle_state}

Retrieve details of a specific lifecycle state.

 

 

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