REST API
Hello All,
I need to discuss regarding RESTful API for accessing oracle database tables.
API was created using Oracle Rest Data Services (rest data enable at SQL developer).
I am getting error : 401 unauthorized while doing query through post man as below:
GET http://localhost:8080/ords/autodemo2/metadata-catalog/
However below is working fine (code 200 OK):
http://localhost:8080/ords/autodemo2/open-api-catalog/
Not sure why metadata query is facing authorization issue while swagger(open API) one is giving response without issue at postman.
I tried for other schema alias autodemo and here both are giving proper response:
http://localhost:8080/ords/autodemo/metadata-catalog/
http://localhost:8080/ords/autodemo/open-api-catalog/
Thanks,
Rajneesh
Answers
-
I haven't worked on RESTful APIs so can't do much for you but let's see if these Champs @JaredDolich @nathan_rudman @anirudh @kavinkumar can help you.
If you don't get what you need you can write to dataintegrations@anaplan.com.
Thanks,
Misbah
1 -
Normally, I would be happy to help with this question but it seems you're asking about an Oracle API, not the Anaplan API. My familiarity with Oracle is a bit limited.
If you have a specific Anaplan API question I'm sure you'll find plenty of answers here!
1