Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
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
​
200
Column details
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"id"
:
0
,
 Â
"name"
:
"string"
,
 Â
"formula"
:
"string"
,
 Â
"format"
:
"string"
,
 Â
"position"
:
0
,
 Â
"status"
:
0
}
GET
/api/custom-columns/{id}
Playground
​
Authorization
ApiKeyHeader
Variables
Key
Value
id
*
Try it out
Samples
​
Powered by
VitePress OpenAPI