Section
API for Section object
Method & Permission
Section List
Admin, Project Admin, Project Edit, Project View
Project Admin*, Project Edit*
-
-
-
Section Detail
Admin, Project Admin, Project Edit, Project View
-
-
Project Admin*, Project Edit*
Admin**
*Section can not be posted/modified if row.is_locked=True, unless the widget can be added at the read-only
*Section can not be posted/modified if row.is_archived=True
**Only the section table can be deleted
Section List
GET {{ base_url }} /tables/section/list/{level}/{sid}/{serializer}/
Need table__sid or row__sid.
Path Parameters
level
string
organization
sid
string
organization sid
serializer
string
one of [name, list, detail]
Query Parameters
row__sid
string
table__sid
string
Headers
token
string
Section List
POST {{ base_url }} /tables/section/list/{level}/{sid}/{serializer}/
Path Parameters
level
string
organization
sid
string
organization sid
serializer
string
one of [name, list, detail]
Query Parameters
row__sid
string
Headers
token
string
Request Body
widget
object
name
string
description
string
Section Detail
GET {{ base_url }} /tables/section/detail/{sid}/
Path Parameters
sid
string
Headers
token
string
Section Patch
PATCH {{ base_url }} /tables/section/detail/{sid}/
Path Parameters
sid
string
Headers
token
string
Request Body
name
string
description
string
order
number
data
object
is_archived
boolean
Last updated