cURL
curl --request GET \ --url https://api.example.com/case-fields \ --cookie fastapiusersauth=
[ { "id": "<string>", "type": "TEXT", "description": "<string>", "nullable": true, "default": "<string>", "reserved": true } ]
List all case fields.
Successful Response
Supported SQL types.
TEXT
INTEGER
NUMERIC
BOOLEAN
TIMESTAMP
TIMESTAMPTZ
JSONB
UUID
Was this page helpful?