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
Path Parameters
path stringrequired
- text/plain
Body
any
Responses
- 200
getDatasetValues
Response Headers
- Cache-Control - string 
- Connection - string 
- Date - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- Vary - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- getDatasetValues
Schema
errorCode number
msg string
{
  "errorCode": 0,
  "msg": "Success"
}
{
  "errorCode": 0,
  "msg": "Success"
}
Loading...