Read from view
Last updated
Was this helpful?
Last updated
Was this helpful?
Read from a view using API
GET /api/v2/apps/{owner}/{app}/workspaces/{wsid}/views/{pkg}.{view}
Authorization
Bearer {PrincipalToken}
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
"where" must contain "eq" or "in" condition for PK fields
200
OK
401
Unauthorized
403
Forbidden
404
View Not Found
GET /api/v2/apps/untill/airs-bp3/workspaces/12313123123/views/air.SalesMetrics?where={"Year":2024, "Month":{"$in":[1,2,3]}}
SON object that contains a results
field with a JSON array that lists the objects, . When the error happens during the read, the property is added in the response