Table
API for Table object
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Table List | Admin, Member | Admin | - | - | - |
Table Detail | Admin, Member | - | - | Admin | - |
Table List
GET
{{ base_url }} /tables/table/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Table List
POST
{{ base_url }} /tables/table/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
name_singular | string | |
name_plural | string | |
description | string | |
unique_code | string | |
icon | string | |
table_type | string | |
is_archived | boolean |
Table Detail
GET
{{ base_url }} /tables/table/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Table Detail
PATCH
{{ base_url }} /tables/table/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
name_singular | string | |
name_plural | string | |
description | string | |
unique_code | string | |
icon | string | |
order | number | |
table_type | string | |
is_archived | boolean |
Last updated