Skip to main content
POST
Add File Category Fields

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

"1234567890"

category_id
string
required

File category ID

Example:

"1234567890"

fields
object[]
required

List of fields to add

Minimum array length: 1
table_id
string

Table ID

  • Not provided or empty: Creates regular fields
  • Provide table ID: Creates table fields under the specified table
with_detail
boolean

Whether to return full details for each field

Response

200 - application/json

Successfully added fields

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object[]

Creation result list, in same order as request