Duplicating a Ninox database

You may want to duplicate a Ninox database for a number of reasons. Generally, this is to “sandbox” your production data. Some reasons you may want to do this are… For training – you don’t want to mess up live dataFor adding/testing new...

Ninox Glossary

Comments Ninox has a built-in comments feature that allows users to add text comments on records. Whilst the interface is clean, the comments feature is fairly limited as it’s not possible to interact with it programmatically or via the API. If either of these...

Using the /query endpoint

If you’ve found this post, its likely that you’ve tried to output some formulas or some complex information via the /records or another API endpoint, but found that you can’t access them – that’s correct, the /records endpoint...

Filtering results

So you want to narrow down the results when querying data in Ninox? There are two ways you can achieve this, either using the word “where” followed by your criteria, or you can put your criteria within square brackets. Personally, I like to use square...