Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Style
dt {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}

To connect a REST data source fill in the following fields:

Excerpt
hiddentrue

Configuration and usage of the REST data source in the Table Grid Next Generation.

Info

The Data source type is REST. We support only JSON for processing data.

You can access remote REST API using data sources in the Grid Custom Field.

Image Removed

REST Data source configuration

Tip

Try the example REST data source with users' data https://jsonplaceholder.typicode.com/users

You can add a Data source under the Data Sources tab in the grid configuration dashboard.

Available fields:

Name - a name of your data source connection

...

Name
Name of the data source connection.

Description
Optional description of the data source for your reference. It will be displayed below the title in the Data source list.

...

Datasource

...

Type
The type of your data source. You can use REST and SQL data sources.

URL

...


Link to the REST API you want to connect to the grid.

...

Authorization
Access credentials to the

...

API. If the data source

...

requires HTTP

...

authentication enter a Username and a Password in the corresponding fields.

Headers
Allows adding header fields.

You can test a connection to the data source using a Test by selecting Test Connection button.

See also

...

Connect a data source

Filling a grid with data from an external data source?

JSON Path in REST data source