Description Usage Arguments Value Examples
View source: R/pbiQueryBuilder.R
An internal function that acts as a skeleton for building API queries for other functions. This will only work when you have authenticated first.
1 2 3 |
endpoint |
Which endpoint of the API to query. |
guid |
When required, supply a guid. This will often be provided by a loop. |
object |
Usually reserved for table names, but will be the child of an endpoint (like datasets) or a guid. |
suffix |
Usually "rows", goes at the end of the URL. |
method |
Default is GET. |
version |
The API version. |
printCall |
Print the URL of the API call used for debugging. |
getContent |
If TRUE, extract JSON from the response object. |
HTTP response object.
1 | ## Not run: pbiQueryBuilder(endpoint = "datasets")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.