...
Description | Retrieve all datasets |
Resource Path | api/datasets |
HTTP Method | GET |
Request/Response Format | application/json |
Sample cURL command
Code Block | ||
---|---|---|
| ||
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttps://localhost:9443/api/datasets -k |
Example
Code Block | ||
---|---|---|
| ||
GET https://localhost:9443/api/datasets |
...