Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a WEB SOURCE MODULE

CJ BellJan 10 2019 — edited Jan 14 2019

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

Comments
Post Details
Added on Jan 10 2019
3 comments
502 views