Read from view
Motivation
Read from a view using API
Functional Design
GET /api/v2/apps/{owner}/{app}/workspaces/{wsid}/views/{pkg}.{view}
Parameters
Headers
Key
Value
Authorization
Bearer {PrincipalToken}
Parameters
Parameter
Type
Description
owner
string
name of a user who owns the application
app
string
name of an application
wsid
int64
the ID of workspace
pkg, view
string
identifies a view
Limitations
"where" must contain "eq" or "in" condition for PK fields
Result
Code
Description
Body
200
OK
Example
GET /api/v2/apps/untill/airs-bp3/workspaces/12313123123/views/air.SalesMetrics?where={"Year":2024, "Month":{"$in":[1,2,3]}}
Last updated
Was this helpful?