com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Retrieving All Datasets and Versions via REST API
Overview
Description | Retrieve all datasets and their versions for a given user. |
Resource Path |
|
HTTP Method | GET |
Response Format | application/json |
Example cURL command
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/datasets/versions -k
Example
GET https://localhost:9443/api/datasets/versions
Sample output
[ { "comments": "Pima Indians Diabetes Dataset", "createdTime": null, "versions": [ { "id": 1, "version": "1.0.0", "status": "Processed" }, { "id": 2, "version": "2.0.0", "status": "Processed" } ], "name": "Pima Indians Diabetes", "id": 1, "status": "Available" }, { "comments": "Age of Abalone Dataset ", "createdTime": null, "versions": [ { "id": 3, "version": "1.0.0", "status": "Processed" } ], "name": "Abalone Dataset", "id": 2, "status": "Available" } ]
REST API response
HTTP status code | 200, 400 or 500 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.