Create table field
documentedAdd a new field to a table.
POST /integrations/rest/v3/tables/{tableName}/fieldsTablesno implementation yet0 runsInput
integration_url
Caspio Integrations URL (subdomain)
your-subdomain
tableName*
Table Name
table name
fieldName*
Field Name
field name
fieldType*
Field Type
field data type (STRING, NUMBER, DATE, etc.)
length
Field Length
length (for fixed-length types)
label
Field Label (Display Name)
label shown in UI
description
Field Description
description text
unique
Unique
enforce unique values
uniqueNulls
UniqueAllowNulls
allow NULLs when Unique is set
displayOrder
Display Order
order of field in UI
onInsert
OnInsert
auto timestamp on insert
isFormula
Is Formula
formula field?
listField
ListField (optional)
List values (for LIST-* types)
Calls Caspio as you (your API key is your account); keychains.dev holds the credentials.