GET
/
case-fields
[
  {
    "id": "<string>",
    "type": "TEXT",
    "description": "<string>",
    "nullable": true,
    "default": "<string>",
    "reserved": true
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

workspace_id
string<uuid>
required

Response

Successful Response

id
string
required
type
enum<string>
required

Supported SQL types.

Available options:
TEXT,
INTEGER,
NUMERIC,
BOOLEAN,
TIMESTAMP,
TIMESTAMPTZ,
JSONB,
UUID
description
string
required
nullable
boolean
required
default
string | null
required
reserved
boolean
required