Cell
API for Cell object
Method & Permission
API
GET
POST
PUT
PATCH
DELETE
Cell List
Admin, Project Admin, Project Edit, Project View
Project Admin*, Project Edit*
-
-
-
Cell Detail
-
-
-
Project Admin*, Project Edit*
-
*Cell can not be posted/modified if row.is_locked=True
, unless the widget can be added at the read-only
*Cell can not be posted/modified if row.is_archived=True
Cell List
GET
/tables/cell/list/{level}/{sid}/{serializer}/
Path Parameters
level
string
organization
sid
string
organization sid
serializer
string
choose of [name, list, detail]
Query Parameters
row__sid
string
Headers
token
string
the authentication token
Cell List
POST
/tables/cell/list/{level}/{sid}/{serializer}/
Create a new cell for a row.
Path Parameters
level
string
level=organization
sid
string
sid=organization sid
serializer
string
choose of [name, list, detail]
Query Parameters
row__sid
string
the sid of the row
Headers
token
string
the authentication token
Cell Detail
PATCH
/tables/cell/detail/{sid}/
Update the content of a cell.
Path Parameters
sid
string
cell sid
Headers
token
string
the authentication token
Last updated