-
Struggling with the REST API
Hi, I would like to use the REST API in Board to access it outside of Board. We are currently still using version 12.6.2.88217, but will soon be updating to Board 14.5. We have an on-premises installation. I have read the following documentation on this topic: https://help.board.com/docs/the-api-queries-section…
-
Export Logs
Hello, Is it possible to get the logs from c:\board\dataset\Log (Cloud environment) via i.e. API or some other solution? This way, we could optimize the recurring analysis done with the log files.
-
Trigger a Board Data Model Procedure from Excel Add-in
Hi All, Has anyone tried to trigger a Data Model procedure from Board Excel add-in using an API or any other approach? Regards, Vikash
-
Rest API - Post-Call
Hi, we are currently exploring the REST API and the process of using the POST method to push data to board. While we have figured out how to use the POST method to initiate a procedure (by making a GET call to retrieve the data), we are specifically looking for a way to directly post data to the board. Is there a way to…
-
Sap Analytic Cloud data import suggestion
hi, client migrated old bw database into a new sac platform. wondering if is possible in board14 to read data from SAC using other interface instead of the old theobald sap connector. any similar experience/suggestion to share? API? thanks
-
Trigger a pipeline in Azure datafactory from a Board Procedure
Dear, I want to create a procedure in board which will trigger a pipeline in my azure datafactory. The pipeline in adf will trigger an extraction to the datawarehouse which will ingested by board. Has this ever been done is this possible? What steps should be carried out? Best regards, Mirko
-
How to send notifications: Integration with MS Teams
1. Abstract A typical request during project implementations is to support the process workflow by adding notifications to users when certain actions have been executed and the next workflow steps can start. In this article, we want to show how to handle the notification to Microsoft Teams through the engagement of an…
-
How to: Integration with Dynamics 365 OData APIs
1. Abstract This document illustrates two different methods of connecting Board to Dynamics 365 OData APIs and all aspects related to these configurations, such as authentication, testing and pagination. 2. Context Integrating Board with Microsoft SaaS products is becoming an increasingly frequent ask. One of the most…
-
How to set up a Rest API connection
1. Abstract This article explains how external systems can retrieve data from Board using Board API queries. The article also showcases a simple case on how Board can obtain data from external systems by calling their REST APIs, thus enabling smooth integration between the two solutions. 2. Context APIs stand for…
-
Connection to Google API
Hello, I wanted to get data via API from a Google form. I set everything up in Google and with postman it works. However, when I try to establish a connection in Board I always get an error. My problem is that I do not know where to place the JWT or which settings need to be taken to get the connection via service account.…
-
Triggering procedures with REST API Calls from within Board
1. Abstract This article discusses the possibilities of triggering Board procedures via Rest API Calls from within Board itself and the how’s and why’s of this approach. 2. Context The Board Public APIs empower external systems to seamlessly interact with a Board application. By utilizing REST API calls, you can, for…
-
Sending data between data models.
Hi Board, We have two different data models and we need to sedn data from the one data model to the other and vice versa. Currently what we have tried is the following: Extract the data from data model A, call a procedure in data model B that would import the extract through Azure using a data reader and paste the data…
-
Rest API Integration into a cube in Board directly.
Hi, We have set up a Rest API call that bypasses the pipeline and pulls data from a different model in our Board instance. Is it possible to take the payload(source data) that we get from the Rest API and push it directly to a cube in our datamodel? We do not want the payload to be exported into an output file that is…