Please be gentle I have tried to learn using the forum and various docs but I just don't get it :-(
I am using an analytics provider called MATOMO and the have an API to access the data
examples are here
https://developer.matomo.org/api-reference/reporting-api#SitesManager
If this is the GET request how do I make this run on Oracle APEX ??
https://xxxxxx.innocraft.cloud/?module=API&method=SitesManager.getSiteUrlsFromId&idSite=7&format=JSON&token_auth=xxxxxxxxxxx
running this in the browser brings me back one record in the JSON formatĀ but other types of request can bring back many records
Am I correct in thinking I can make these into a table structure that can then be treated as normal oracle table ??
I have kind of created a web source module on apex.oracle.com but I'm stuck on how to use it OR if its correct
many thanks
Chris