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

Name
Type
Description

level

string

organization

sid

string

organization sid

serializer

string

choose of [name, list, detail]

Query Parameters

Name
Type
Description

row__sid

string

Headers

Name
Type
Description

token

string

the authentication token

Cell List

POST /tables/cell/list/{level}/{sid}/{serializer}/

Create a new cell for a row.

Path Parameters

Name
Type
Description

level

string

level=organization

sid

string

sid=organization sid

serializer

string

choose of [name, list, detail]

Query Parameters

Name
Type
Description

row__sid

string

the sid of the row

Headers

Name
Type
Description

token

string

the authentication token

Cell Detail

PATCH /tables/cell/detail/{sid}/

Update the content of a cell.

Path Parameters

Name
Type
Description

sid

string

cell sid

Headers

Name
Type
Description

token

string

the authentication token

Last updated