Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

DescriptionRetrieve all datasets
Resource Path

api/datasets

HTTP MethodGET
Request/Response Formatapplication/json

Example

GET /api/datasets

Sample output

 [
    {
        "name": "diabetes",
        "id": 1,
        "tenantId": -1234,
        "userName": "admin",
        "version": null,
        "dataType": "csv",
        "comments": "diabetes",
        "sourcePath": null,
        "dataSourceType": "file",
        "dataTargetType": "file"
    }
]

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, see HTTP Status Codes.

  • No labels