RestApi Datasource

Use external data in a OpenContent Template

This data-source is actually read-only and let you get data from an external API.

It need to be configured in the manifest .json

{
 "DataSource": "Satrabel.Api",
  "DataSourceConfig": {
    "url": "https://www.example.com/api/services/app/Public/GetItems?",
    "urlDetail": "https://www.example.com/api/services/app/Public/GetDetail?id={0}"
  },
 /* ....*/   
}

You can optionally add URLs for Additional Data

you need to provide schema.json, options.json (generated by form builder)