Skip to content

List custom columns​

GET
/api/custom-columns

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Responses​

Custom column list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"formula": "string",
  
  
"format": "string",
  
  
"position": 0,
  
  
"status": 0
  
}
]

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI