Skip to content

Get custom column​

GET
/api/custom-columns/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Column details

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI