Platform features are currently in invite-only beta. You can
sign up here if you want to be considered for one of our next
phases. The open source CLI, the compiler and the standalone generator are not part of the beta
and are available now.
List
integer
default:"1"
1-based page number.
integer
default:"50"
Records per page.
string
Field to sort by.
boolean
default:"false"
Include soft-deleted records.
Filters
Anything past equality goes infilters, a URL-encoded JSON array of
{ field, operator, value }.
eq, neq, gt, gte, lt, lte, contains, in, notIn, isEmpty,
isNotEmpty.
Aggregate
List and aggregate treat hidden fields differently, on purpose. A list silently drops a filter on a
field you may not read, because a smaller result set leaks nothing. An aggregate refuses with a 403
instead, because silently dropping a
field, groupBy or filter would hand back a confidently
wrong number.Read one
Create
Replace
Delete
onDelete behaviour declared in the definition is honoured here too.

