Skip to main content
POST
Capture a multi-column template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Capture a selection of a table's columns as a named template.

column_ids
string<uuid>[]
required

The columns to capture; stored in display order.

Required array length: 1 - 50 elements
name
string
required
Required string length: 1 - 255
table_id
string<uuid>
required

The table the columns live on.

description
string | null
Maximum string length: 2000

Response

Successful Response

One template as the picker lists it.

column_count
integer
required

How many columns the bundle holds.

created_at
string<date-time>
required
description
string | null
required
id
string<uuid>
required
name
string
required