Get column list

Gets a list of columns that are contained in a BI view.

Request
path Parameters
tmpl_name
required
string

Name of the BI view.

header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

The list of columns is returned for the requested BI view.

400

Error occurs. For example, the BI view does not exist.

401

The provided authentication token has expired. Send the Authentication request again to get a new token.

get/api/integration/v2/biviews/{tmpl_name}/describe-columns
Request samples
curl -X GET https://ui_url/api/integration/v2/biviews/BI3_ACCT_TYPE/describe-columns -H 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlNZU0FETUlOIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImNsaWVudG5hbWUiOiJEZWZhdWx0IiwiY2xpZW50aWQiOjEsImlhdCI6MTU1ODMzMDIxMCwibmJmIjoxNTU4MzMwMjEwLCJpc3MiOiJadW9yYS1SSUEiLCJleHAiOjE1NTgzMzIwMTB9.Sr2oIxp7XWSJSy9bARfr7nkFvAmMbdhMaNBv9IR52Fo'