com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Metadata of Resource/Collection with REST API
This section explains the following REST operations regarding the metadata of the resource / collection which have been secured with Basic Auth.
The following terms explain the meaning of the parameters passed with the following REST URIs
Parameter | Explanation |
---|---|
path | Path of the resource/collection |
Get the Metadata of the Resource
Attributes | values |
---|---|
HTTP Method | GET |
Request URI | /metadata?path={ resource path } |
HTTP Request Header | Authorization: Basic { base64encoded(username:password) } |
Description | Contains the description, media type, last modified time, author's user name, last modified person's username, created time. |
Response | HTTP 200 OK |
Response Type | application/json |
Get the Metadata of the Collection
Attributes | Values |
---|---|
HTTP Method | GET |
Request URI | /metadata?path={ collection path } |
HTTP Reuqest Header | Authorization: Basic { base64encoded(username:password) } |
Description | Contains the description, media type, last modified time, author's user name, last modified person's username, created time |
Response | HTTP 200 OK |
Response Type | application/json |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.