Comment on page
Row
API for Row object
API | GET | POST | PUT | PATCH | DELETE |
Row List | Admin, Project Admin, Project Edit, Project View | Project Admin, Project Edit | - | - | - |
Row Detail | Admin, Project Admin, Project Edit, Project View | - | - | Project Admin*, Project Edit* | - |
*row with
is_locked=True
can not be updated*row with
is_archived=True
can not be updated, except the field of is_archived
get
{{ base_url }}
/tables/row/list/{level}/{sid}/{serializer}/
Row List
post
{{ base_url }}
/tables/row/list/{level}/{sid}/{serializer}/
Row List
get
{{ base_url }}
/tables/row/detail/{sid}/
Row Detail
patch
{{ base_url }}
/tables/table/detail/{sid}/
Row Detail
Last modified 3yr ago