com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Retrieving All Projects via REST API v10
Overview
Description | Retrieving all projects |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Sample cURL command
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/v10/projects -k
Example
GET https://localhost:9443/api/v10/projects
Sample output
[ { "name": "wso2-ml-project", "id": 1, "createdTime": "2015-03-20 15:28:59.418", "tenantId": -1234, "userName": "admin", "datasetId": 1, "description": "nirmal test", "datasetName": "diabetes" } ]
REST API response
HTTP status code | 200, 404 or 500 For descriptions of the HTTP status codes, see HTTP Status Codes. |