Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Full User Guide for API Express

Is there a full user guide anywhere for API Express?

I need to implement an API where I interrogate the BODY of the incoming JSON (to API Express) and then create the appropriate fields from this data and then send to appery DB.

I've successfully sent to appery DB, as this is shown in the tutorials, but how do you interrogate BODY data sent by the system calling the API Express API.

e.g.

  1. external system calls API Express with data in BODY only

  2. API Express interrogates BODY and creates fields from this data

  3. API Express Posts this to Appery DB

    Item 2 isnt clear how to accomplish, as I can't find any relevent documentation to do this?

    Can you point me in the right direction please?

Return to “Issues”