Mark
Comments
-
Evan I believe you are using our Power BI connector Simply pass "InvoiceDetails" to Expand Option when loading data as shown in the screenshot below. Click on Transform Data to open the transform w...
-
The company id is not returned in the query string. To get the company id after you are logged in please use the userinfo endpoint as documented here to get the company Id, you will use the bearer ...
-
Users need to be authorized. After the user has been authorized you can save the access token, expiration (by default access token is valid for an hour) and Refresh token locally in your database o...
-
I have already answered your question in a separate thread, here is the link for your reference https://corehelpcenter.bqe.com/hc/en-us/community/posts/360039512433-Construct-where-clause-in-header...
-
Core API are not supposed to give access to the reports, however you can use various end points to extract information that for the most part will allow you to calculate the values on the reports o...
-
I am wondering why you are building a dashboard outside Core. We already have project dashboard widgets for Work in Progress and Work in Hand within Core.
-
Joseph, The ProjectIds/PhaseIds are stored in a collection InvoiceDetails for a certain invoice , this is a collection on the invoice object. With core you can have multiple project phases bille...
-
What information are you looking for that is not in the project Model?
-
Yes. It will be a good idea to store UUID locally. Also to make the pull faster look into using Fields. This will allow you to limit your response to only the fields that you need for smaller paylo...
-
Joseph Core public apis give you the ability to filter out records using combination of "where" clause and operators like IN, BETWEEN etc. At this time we do not have the contains or like operator....