Skip to main content
Version: 2.2.1

Dataset

caution

  Prerequisites:
Access to the Form > File >** Dataset (FO009)** menu.

Overview​

Aiming to facilitate the execution of analytical queries in databases that are internal and external to SoftExpert Suite, we are introducing a resource that allows configuring datasets within the system.

This resource additionally incorporates a specific REST API, making it possible to carry out queries via HTTP requests.

REST API for querying datasets​

To query analytical datasets through HTTP requests, an alternative is to use a REST API. This application programming interface facilitates interaction between different systems, allowing structured information to be obtained through endpoints, which are designated access points. In this API, two categories of verbs can be used in requests: GET and POST.

info
Note

To use the dataset within the SoftExpert Form component, it is imperative that it be properly created already. Therefore, it is crucial that you ensure that the dataset you intend to use has already been created and is available on the platform.

If there is a need to create a new dataset, we suggest reading our "Creating a dataset" article. It presents a detailed tutorial on how to create and configure a new dataset, allowing you to create and adjust your dataset according to your specific needs.