Column
API for Column object
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Column List | Admin, Member | Admin | - | - | - |
Column Detail | Admin, Member | - | - | Admin | - |
Column List
GET
{{ base_url }} /tables/column/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Query Parameters
Name | Type | Description |
---|---|---|
table__sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Column List
POST
{{ base_url }} /tables/column/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Query Parameters
Name | Type | Description |
---|---|---|
table__sid | string | table sid |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
name | string | |
description | string | |
data_type | string | |
default_value | string | |
is_required | boolean | |
is_hidded | boolean | |
is_archived | boolean |
Column Detail
GET
{{ base_url }} /tables/column/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Column Detail
PATCH
{{ base_url }} /tables/column/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
name | string | |
description | string | |
date_type | string | |
default_value | string | |
is_required | boolean | |
is_hidden | boolean | |
is_archived | boolean |
Last updated