Read from CDoc collection
Last updated
Was this helpful?
Last updated
Was this helpful?
Read CDoc collection using API
GET /api/v2/apps/{owner}/{app}/workspaces/{wsid}/cdocs/{pkg}.{table}
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, table
string
identifies a table
Also supports
200
OK
401
Unauthorized
403
Forbidden
404
Table Not Found
pkg/processors/query2
IApiPathHandler
implementation for handling ApiPath_CDocs
~cmp.cdocsHandler~
✅
newQueryProcessorPipeline
: provide API handler for ApiPath_CDocs
~cmp.provideCDocsHandler~
✅
pkg/sys/it
integration test for /cdocs/
~it.TestQueryProcessor2_CDocs~
✅
JSON 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
check ACL when including referenced objects and/or containers (same as for )