0

Web integration and API

An overview of functions to connect your databases to external services and think outside the box

 

createCalendarEvent

To create an event in the Apple Calendar App

 

createCalendarReminder

To create a reminder in the Apple Calendar App

 

databaseId

To return the ID of the current database

 

fieldId

To return the ID of a field

 

formatJSON

To create a JSON string of a valid JSON object

 

formatXML

To convert a given JSON object into XML text, which might be optically structured

 

get

To return a value of a given field

 

html

To return a rich text representation of any value

 

http

To send an HTTP request

 

item

To extract a value of an array or an object

 

latitude

To return the latitude value of a given location value

 

loadFileAsBase64

To convert a file to base64 format

 

loadFileAsBase64URL

To convert a file to URL-compliant base64 format

 

location

To return a location value with a given title, latitude, and longitude

 

longitude

To return the longitude of a given location value

 

openURL

To convert a string to a link and open it in the standard web browser

 

parseJSON

To convert a JSON string to a JSON object

 

parseXML

To convert an XML string to a JSON object

 

queryConnection

To send a SQL command to a connected SQL database and return the record data.

 

raw

To return the internal raw text representation of a given value

 

removeFile

To securely remove a file from a field or record

 

removeItem

To remove a key-value pair from a given JSON object

 

renameFile

To rename a file in a field or record

 

sendCommand

To send a SQL command to a connected SQL database

 

sendEmail

To send an email out of Ninox

 

set

To update a value of a given field

 

setItem

To update or add a key-value pair in a given JSON object

 

shareFile

To return an URL of a specific file

 

shareView

To return a URL of a given view

 

tableId

To return the ID of a table

 

teamId

To return the ID of the current workspace

 

unshareAllViews

To unshare all views of a given table

 

unshareFile

To unshare a given file

 

unshareView

To unshare a given view of a given table

 

url

To convert a value to a link

 

urlDecode

To decode a given string from a URL-compliant format into text

 

urlEncode

To convert a given string into a URL-compliant string based on the ASCII character set

 

urlOf

To return a link for a given record or view

Reply

null