GET
, POST
, or DELETE
request, the response body lists all available tables as well as table definitions. Each item in a response consists of three properties, which define a table: an id, a name, and fields.A
, B
, … AA
, AB
, etc., and need to be provided to get, update, or delete requests. A table name is a human-friendly name for a given table. Fields are arrays of objects, each describing a column in the table.A
, B
, … AA
, AB
, etc. A field name is a human-friendly name for a given field. For field types, refer to the table below."Lisa"
13.42
"2021-01-23"
"2021-01-23T12:30:00"
"123:25:16.123"
"12:30:00"
"2021-01-23T12:30:00 - 2021-01-23T13:30:00"
true
false
"blue"
"https://ninox.com"
"+1 123456789"
"Monbijouplatz 5, 10178 Berlin, Germany
<52.5330804,13.3972939>"
"<h1>Hello</h1>"
id
5
sequence
47
createdAt
YYYY-MM-DDThh:mm:ss
"2021-09-13T18:24:26"
createdBy
"root"
modifiedAt
YYYY-MM-DDThh:mm:ss
"2021-09-15T16:04:19"
fields
"First name": "Anna"
GET
or POST
request.query
(select Contact).'Email'
page
0
12
perPage
100
250
order
"First name"
desc
false
true
new
false
true
updated
false
true
sinceId
42
sinceSq
1567
ids
true
false
choiceStyle
encodeURIComponent()
function in Javascript.