Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

oracle rest api connector - Please help me to add "body"(data) to endpoint request.

Accepted answer
61
Views
5
Comments

Hi I am struggling to find documentation on how to add body to json file for oracle analytics cloud dv rest api connector. I was able to successfully retrieve data for basic api which requires no body to the request. I would like to someone help to understand where to add the body.

Postman version:

OAC DV connection:

DV connection JSON file for above connection which is working with no body requires for this request.

Best Answer

  • Gianni Ceresa
    Answer ✓

    If your API always requires a body, then you should consider posting an idea requesting the feature (or upvote an existing one if already there).

    The REST API source is quite “new”, added only recently (1 year maybe as preview first?). Therefore it is a simple one for now.

    As workaround, in the meantime, can’t you use a database as intermediate layer? Many databases are able to execute advanced API calls, and save the results into tables. You then use the tables as sources.

Answers