Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn & Share
Get help
Webinars
All topics
Contact
Privacy
Overview
Profile
Mconneen
Mconneen
1,140
13
1
Joined: 11 May 2018
Follow
My Posts
Latest Posts
Re: Getting pdf file from the API response
@Jacques TUR OK.. So nx-file is some Ninox specific header. Yes.. It is both amazing.. and scary .. what you can find out using debugging tools.. LOL. It will be interesting if this meets the initial…
Mconneen
Mconneen
11 mths ago
1
Get help
Reported - view
Re: Getting pdf file from the API response
@Jacques TUR .. As I like to say… I often walk around the block only to go next door.. Simple solution! Question.. where did you find "nx-file" as a header?
Mconneen
Mconneen
11 mths ago
1
Get help
Reported - view
Re: Getting pdf file from the API response
@Sotirios Zormpas I am suggesting that "myURL" can be populated into a URL field. The user would click on that field.. So myURL would be the API end-point.. Just spit-balling..…
Mconneen
Mconneen
11 mths ago
1
Get help
Reported - view
Re: Getting pdf file from the API response
Well.. I could not quickly find an API that returns a PDF.. but the general idea is that your application would build a URL (this image just shows a static.. but it would be an API endpoint) . .…
Mconneen
Mconneen
11 mths ago
Get help
Reported - view
Re: Getting pdf file from the API response
Hey.. I just had a thought.. Hmm.. What if you dynamically created the URL for the API and presented the user with a URL Link? Then.. whatever platform they are on should be able to open the URL.…
Mconneen
Mconneen
11 mths ago
Get help
Reported - view
Re: Getting pdf file from the API response
Hmm.. Nope.. But have not tried this specific use case. I will have to scan the doc.. My first thought is to create an attachment.. The API is most likely setting a mime-type of x/pdf (or something) .…
Mconneen
Mconneen
11 mths ago
Get help
Reported - view
Re: Connecting to external REST API (complete example)
OK.. I saw your logic in the trigger.. ;)
Mconneen
Mconneen
1 yr ago
Learn & Share
Reported - view
Re: Connecting to external REST API (complete example)
@Sotirios Zormpas .. Glad it was useful. Hopefully you also picked up on the "getAccessToken" global function in the other database. Most auth tokens have an expiry time limit.. So..…
Mconneen
Mconneen
1 yr ago
1
Learn & Share
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
Attachment
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Sotirios Zormpas Sorry.. I have been crazy busy. Here is a WORK IN PROGRESS. See the "HowTo" table for some help. It only works to get the access token for now.…
Attachment
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Sotirios Zormpas .. I also have a framework for accessing the "production" API version.. If I get time, I will roll the above into that DB and then share..
Mconneen
Mconneen
1 yr ago
1
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Jacques TUR said: I just meant that once the value is selected in the HTML/JavaScript code, you still need to retrieve it to place it in a field of a Ninox table.…
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Jacques TUR said: For retrieving data from your code, you can either use Ninox's REST API or utilize Ninext, which enables you to directly modify the value of a field.…
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Sotirios Zormpas .. Yes.. it is possible.. I started looking at a way to do a dynamic choice selection .. Then it took me over two hours to remember that https posts only seem to work from the Ninox…
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Sotirios Zormpas .. OK.. I am NOT an ICD-xx expert.. but it looks like you will want this API /icd/release/11/{releaseId}/{linearizationname}/search In the above supplied ninox db..…
Mconneen
Mconneen
1 yr ago
1
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
@Sotirios Zormpas ... Using the above provided ninox database.. put this into the API Endpoint.. It will return a json block items that have 'hypertension' in it..…
Mconneen
Mconneen
1 yr ago
1
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
OK.. so the basic API works.. But I do not know what the embedded tool kit is doing.. This screen shot shows the basic call to an ICD entity. Open "Table1" .. drill into a row..…
Attachment
Mconneen
Mconneen
1 yr ago
1
Get help
Reported - view
Re: Integration of the ICD-11 Coding Tool into a Ninox database
I do not do much with embedding HTML in Ninox.. tho it seems like something really good to learn. That said.. See the ninox documentation on using the HTTP function. https://docs.ninox.…
Mconneen
Mconneen
1 yr ago
1
Get help
Reported - view
Re: Is it possible to delete all PDF file attachments on any given record without having to delete them one at a time?
Thanks.. I am having some issues getting the JS to work.. but will plug through it.
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Is it possible to delete all PDF file attachments on any given record without having to delete them one at a time?
@Jacques TUR .. Just to be clear.. that works only for Ninox Hosted workspaces / databases.. You need another strategy if a local / iCloud database.
Mconneen
Mconneen
1 yr ago
Get help
Reported - view
Re: Google Maps - iframe in Ninox
While Ninox does have basic maps... Looks like you can register for the google map API and use that via an HTTP query. https://developers.google.com/maps/documentation/embed/get-started
Mconneen
Mconneen
2 yrs ago
Get help
Reported - view
Re: Calendar for photographers
Use an "appointment" field in your database... and then create a GANTT view... Couple that with the createCalenderEvent() mentioned above.. and you should have a nice solution that can give to to the…
Mconneen
Mconneen
2 yrs ago
Get help
Reported - view
Re: Is there a way to open a specific database through iOS shortcuts?
Did this ever make it into the product? Is there a way to pass in a specific database name such that the Ninox App (os x) will open it?
Mconneen
Mconneen
2 yrs ago
Get help
Reported - view
Re: Scheduled Job in ninox it's Available?
I am sure if I were smarter.. I would be able to figure out how AppleScript and /or Automator could facilitate this. I did see a thread about a coming capability to direct ninox to open a specific…
Mconneen
Mconneen
2 yrs ago
Get help
Reported - view
Re: Closing account
I have used the Mac OSX application version and played with the Chrome/Android version.. as well as the iPad and Cloud (online) version. All work great! Per the above reply..…
Mconneen
Mconneen
2 yrs ago
Get help
Reported - view
1
2
3
4
5
46
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics