Importing data from a URL
Data Source Configuration JSON
Generic Example
{ "source": { "description": "Example import from external REST server", "type": "url", "config": { "url": "https://jsonplaceholder.typicode.com/todos/", "method": "GET", "paging": { "param": "page", "check": "$count(features)>0" }, "auth": { "user": null, "pass": null } }, "transforms": [] }, "fields": [ { "key": "id", "type": "Number", "unique": true } ] }
Precisely Spectrum Example
Oracle Apex Example
Last updated