📄️ Data Extraction on the Fenergo SaaS Platform
Typically all the fenergo SaaS Platform clients have reporting requirements which depend on extracting the data managed by our SaaS platform. AS a multi-tenant SaaS solution, we do not provide direct access to underlying data sources. As per standard SaaS principals, Fenergo take on the responsibility on managing and securing the data sources for all clients. That data is securely distributed across domain specific data stores in line with the Domain Driven Design pattern and the platform offers its functionality with features which interact across all of these domains.
📄️ The Fenergo Dashboard
The Landing Page for the FenX Application is the Dashboard view. This default view is a visualization of Team Tasks, Journey Time, Task Assignment. Behind the scenes of this visualization clients can use the APIs to retrieve the same data points which drive the displayed graphs. The APIs to also set task favorites can be called to set favorites programmatically.
📄️ Searching for Legal Entities
As users navigate the UI, they choose to create new Legal Entities once they are satisfied that that the Legal Entity does not already exist. One way to be be sure the entity does not exist is by searching by Name or some other key identifier. This document will look at how to search for Legal Entity's on the Fenergo SaaS platform. We will use the Entity Data Query API.
📄️ OOTB Reports on the Fenergo SaaS Platform
The reports described on this page have been replaced by other functionality and are no longer receiving updates or changes. The reports are based on collecting event notifications sent when various actions occur and client can continue to monitor notifications or adopt Supergraph or Advanced Reports.
📄️ Advanced Reporting Overview
The Advanced Reporting Feature in the Fenergo SaaS Platform offers a User Interface and API Endpoints to execute standard SQL Queries against the Data Stores on the platform for the following specific domains.
📄️ Advanced Reporting API Walkthrough
The Advanced Reporting Feature in the Fenergo SaaS Platform is implemented using the APIs below. There is a a lot that can be done via the Fenergo SaaS UI adn this document will examine how those same actions can be taken via API.
📄️ Supergraph Query Overview
As an alternative to making individual REST API calls we now offer Supergraph Query API - A GraphQL-based alternative for fetching data. This will enable our Clients to perform declarative data fetching so they can specify exactly what data they are looking to retrieve from the API.
📄️ Supergraph using Postman and Test Harness
Working with Supergraph
📄️ Supergraph Query API Advanced Overview
Sample Use Case forSupergraph Query