GET
/prime/webui/dataApi/GetIndicatorsType
prime webui dataApi GetIndicatorsType
Calls GET /prime/webui/dataApi/GetIndicatorsType. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/dataApi/GetIndicatorsType' \
-H 'Authorization: Bearer <token>'OpenAPI spec
"get": {
"tags": [
"DataApi"
],
"responses": {
"200": {
"description": "Success"
54
}
}
}