Exago Logo
Search
Generic filters
Exact matches only
REST

Integration Example

This video describes a minimum viable implementation of Exago BI using the BATCH feature of our REST API and the JavaScript library.<< Roles Previous VideoTranscript Welcome back to the Exago Technical Training Series! IN this video we will demonstrate a minimum viable integration of ...

Configuring the REST Web Service [Linux]

This video explains how to configure Exago BI’s Web Service API on a Linux server with Apache.<< Installing REST [Linux] Previous VideoNext Video Installing the Scheduler [Linux] >>Transcript Welcome back to the Exago Technical Training Series! In this video, we'll demonstrate how ...

Installing REST [Linux]

This video explains how to install Exago BI’s Web Service API on a Linux server with Apache << Installing Exago on Linux [Apache] Previous Video << Installing Exago on Linux [NGINX] Previous Video Next Video Configuring the REST Web Service [Linux] >>Transcript Welcome back ...

Configuring the REST Web Service [Windows]

This video explains how to configure Exago BI’s Web Service API on a Windows server.<< Installing REST [Windows] Previous VideoNext Video Installing the Scheduler [Windows] >>Transcript Welcome back to the Exago Technical Training Series! In this video, we'll demonstrate how to ...

Installing REST [Windows]

This video explains how to install Exago BI’s Web Service API on a Windows server. << Installing Exago on Windows Previous VideoNext Video Configuring the REST Web Service [Windows] >>Transcript Welcome back to the Exago Technical Training Series! In this video we'll demonstrate ...

Using JSON

The Exago REST API is JSON-based.Data sent to the API methods is formatted in JSON, and the methods return JSON formatted response objects. In order to use the REST API you need to convert your data to, and from JSON. What is JSON? JSON is a data-interchange format that is ...

User Identification

User logins must be handled by a security layer in the embedding host application. After a user logs in, the host application should pass identification parameters to the Exago API, which can be used to set permissions on content and data objects within Exago.

REST – Storage Management

Viewing and modifying the Storage Management configuration via the REST Web Service API is available in Exago v2020.1+.

REST – Sessions

Sessions are the means by which REST persists changes through multiple API calls. A REST session allows for you to easily encapsulate a group of user-specific changes.

REST – Server Events

Server events can be accessed for reference and disabled for the session. Server events cannot currently be created or edited using REST.

REST – SchedulesV2

Viewing, creating, modifying, and deleting schedules via the REST Web Service API is available in Exago v2021.1.1+. This feature requires the installation and proper configuration of the Scheduler Service.

REST Updates

This article logs changes made in the REST Web Service API.

REST — Parameters

Parameters are used throughout the application to store values.

.NET and REST APIs

A video demonstration of creating application sessions with .NET and REST APIs, then setting the user identification parameters.

List of REST Endpoints

The following REST Web Service API endpoint paths are available. All calls require the following headers: Content-Type: application/json Accept: application/json Authorization: {type} {authstring} For more information, review REST — Introduction /rest/Batch ...

REST – GetExecute

GetExecute is used to execute reports in the API, without opening an instance of Exago. If executing as text, i.e. HTML, CSV, or JSON, then the output data is returned directly in the ExecuteData property. If executing as binary (i.e. PDF, RTF, or Excel workbook), then ExecuteData will return ...

Error Message Glossary

This article serves as a glossary of error messages that may be displayed during the configuration or use of Exago BI. A list of potential causes and remedies is also included.

REST – Data Sources

A Data Source is a resource which contains or accesses the information which is reported on. Often this is a database, but a variety of types are supported. Data Sources are accessed using a connection string, which passes the location of the resource and authentication params. This ...

REST – Data Objects

Endpoints for the manipulation of Data Objects (also known as "Entities") in the REST API.

REST – Data Joins

Joins are the relationship data objects have to each other. Join information is accessible and editable via REST.