Get column
Gets the definition of the specified column.
Note: If you need to get the values of individual cells within the column, use Get sheet or Get row.
Query parameters
Specifies whether object data types, such as multi-contact data are returned in a backwards-compatible, text format in text/number columns.<br> - Set level=0 (default) to use text/number columns for multi-contact data and multi-picklist data.<br> - Set level=1 to use multiple-entry contact list columns for multi-contact data; multi-picklist data is returned in text/number columns.<br> - Set level=2 to use multiple-entry contact list columns for multi-contact data and use multiple-entry picklist columns for multi-picklist data.
Response
SUCCESS
Example response
{
"id": 4567890123,
"width": 150,
"tags": []
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.