Create App Page
POST /app-pages
POST
/app-pages
Create a page over one or more data sources.
Every source is validated against the connector registry BEFORE anything is persisted, so a page can never reference a source that cannot be read. 422 names the offending source rather than failing generically later.
Authorizations
Parameters
Header Parameters
Request Body required
object
name
required
string
sources
required
At least one. A page with no data source can never be generated.
Array<object>
One data source bound into a page. alias is the handle the generated
page’s JavaScript addresses it by.
Responses
201
Successful Response
object
data
required
object
page_id
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string