Retrieves the data from a BI view during the specified time period in a CSV file.
Use the fromDate
and toDate
parameters to specify the time period for which
data is to be queried. You can also use the count
parameter to get the row count
for the queried bi view data.
BI view data is returned in CSV format.
No rows are found for the specified time period.
Error is returned. For example, the user ID is invalid, or the BI view does not exist.
The authentication token has expired. To solve this problem, re-generate a token by using the Authentication operation.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg" "https://yourHost/api/integration/v1/biviews/BI3_RC_POB?clientId=1&fromDate=2016-07-26T00%3A00%3A00&toDate=2016-07-26T00%3A00%3A00&pagenum=1"