Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionRetrieving all projects
Resource Path

/api/projects

HTTP MethodGET
Request/Response Formatapplication/json

Sample cURL command

Code Block
languagetext
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttps://localhost:9443/api/projects -k

Example

Code Block
languagetext
GET /api/projects

...

Code Block
languagetext
[
    {
        "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.