Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Need Help! REST APIs Using API Express

Hi - Please submit a support request at: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a -- with your account name (email) in Appery.io - we will check it from our side.

Ruben Guzman7779072
Posts: 0
Joined: Fri Sep 25, 2015 10:08 pm

Need Help! REST APIs Using API Express

I had the same problem for 2 day...I used the FIND method on API Express to solve it. Here's how i did it :

1) Filter your array in the FIND section of API Express by doing some tests with json key/value pairs in the REQUEST PAYLOAD section.

Image

2) Once you have your desired query copy and paste the resulting REST Url into the Services URL section (see below)

Image

3) Keep the key on the URL and replace the value with a variable (in this case I replaced with {rfc}).

Image

4) Add a Request parameter with the same name as the variable

Image

5) Use it in your app (I loaded it after login as a localStorage variable, and then used it as a request parameter to load a list.
Image

Hope it helps and let me know if I can help you further.

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

Need Help! REST APIs Using API Express

hmm, I'm going to try this out, thank you! Ill share my results.

Return to “Issues”