Blair Cox
Posts: 0
Joined: Thu Jun 04, 2015 2:29 pm

Need Help! REST APIs Using API Express

I abandoned that API and use https://github.com/mevdschee/mysql-cr...

Far better and works! You need to run it from your web server. So that may be a bit of an issue for some.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Need Help! REST APIs Using API Express

Hello,

Please show us mapping of your :id parameter in query. You should write it down:
( "Path" ) parameter

Tavonia Evans
Posts: 0
Joined: Thu Sep 24, 2015 11:19 am

Need Help! REST APIs Using API Express

SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD

Tavonia Evans
Posts: 0
Joined: Thu Sep 24, 2015 11:19 am

Need Help! REST APIs Using API Express

SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD

Tavonia Evans
Posts: 0
Joined: Thu Sep 24, 2015 11:19 am

Need Help! REST APIs Using API Express

My query parameters are two strings MEM_ID and PASSWORD

Tavonia Evans
Posts: 0
Joined: Thu Sep 24, 2015 11:19 am

Need Help! REST APIs Using API Express

this is the error I get

{
"code": "AE000",
"message": "Operation can not be performed",
"status": "INTERNAL_SERVER_ERROR"
}

Tavonia Evans
Posts: 0
Joined: Thu Sep 24, 2015 11:19 am

Need Help! REST APIs Using API Express

Thank you! Im going to try this, I'd like to see what she has to say also....but there is no reason this should be throwing errors...

Andrew Main
Posts: 0
Joined: Tue Jun 16, 2015 12:19 pm

Need Help! REST APIs Using API Express

nice! I'll give this a try as well and see if it works for me.

Blair Cox
Posts: 0
Joined: Thu Jun 04, 2015 2:29 pm

Need Help! REST APIs Using API Express

It's still a beta feature, or recently was - think it needs more work before it's ready for production. I spent nearly two weeks on this, finally found this API which was easy enough to use (I'm more designer then developer!) and support requests were answered quickly. Good luck!

Return to “Issues”