Skip to main content
GET
One mapped column: where its value comes from, how the text becomes a value, and what happens

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
organization_id
string
template_id
string
source_header
string
companion_header
string
target_column
string
target_custom_field_id
string
target_custom_field
string
target_custom_field_name
string
coercion
string
lookup_policy
string
lookup_match_column
string
is_key
string
is_ignored
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

coercion
string<jsonb>
companion_header
string<text>
id
string<uuid>

Note: This is a Primary Key.

is_ignored
boolean<boolean>
is_key
boolean<boolean>
lookup_match_column
string<character varying>
Maximum string length: 63
lookup_policy
string<character varying>
Maximum string length: 20
organization_id
string<uuid>

Note: This is a Foreign Key to copilot_settings.organization_id.

source_header
string<text>
target_column
string<character varying>
Maximum string length: 63
target_custom_field
string<character varying>
Maximum string length: 80
target_custom_field_id
string<uuid>

Note: This is a Foreign Key to custom_field_settings.id.

target_custom_field_name
string<character varying>
Maximum string length: 150
template_id
string<uuid>

Note: This is a Foreign Key to import_templates.id.