0

API REST

Hello,
For a third-party application I need ninox database data. So I want to use the Ninox Rest API to recover my data. What I can not do is choose the data I want to recover.
Example: retrieve all data from myTable where the date field is equal to 15.01.2019.

How to do? Is it possible?
Robert

2 replies

null
    • Mconneen
    • 5 yrs ago
    • Reported - view

    Check out https://ninoxdb.de/en/manual/api/rest

    and browse for "Lookup  a single Record".   It appears to be a POST method where you put the selection criteria into the body of the POST message.   That said.. I tried it .. it works for a SINGLE record.. but I cannot (yet) get it to work to return multiple records that meet that criteria.. :(   I sent a note to support asking if "records" can take a post with body as selection criteria. 

    • CISOFT_Sarl
    • 5 yrs ago
    • Reported - view

    ok thank you, i have see this instruction but i have not find for many records.

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1375Views