Page History
...
Parameter description
Parameter | Description |
---|---|
{dataset_id} | ID of the dataset which you need to retrieve. |
Example cURL command
Code Block | ||
---|---|---|
| ||
curl -X POST -d @<JSON_PAYLOAD> -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/datasets/1/scatter -k <JSON_PAYLOAD> { "tenantId" : -1234, "user" : "admin", "versionsetId" : 1, "xAxisFeature" : "Age", "yAxisFeature" : "NumPregnancies", "groupByFeature" : "Class" } |
Example
Code Block | ||
---|---|---|
| ||
GET https://localhost:9443/api/datasets/{datasetId}/scatter |
Sample output
Code Block | ||
---|---|---|
| ||
[ { "44.0":{"12.0":"0"} }, { "47.0":{"5.0":"0"} }, { "21.0":{"2.0":"0"} } ] |
REST API response
HTTP status code | 200, 404 or 500 For descriptions of the HTTP status codes, see HTTP Status Codes. |
Overview
Content Tools
Activity