getDatasetValues
GET/getDatasetValues
This API is used to get the DatasetValues.
The Authorization
must have a Bearer
followed by a Token
.
Mandatory parameters:
datasetname
Request
- text/plain
Body
any
Responses
- 200
getDatasetValues
Response Headers
Cache-Control
string
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- getDatasetValues
Schema
errorCode number
msg string
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}
Loading...