mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-11 13:53:00 +02:00
675 B
675 B
sidebar_position |
---|
6 |
Get field (checkbox)
Gets the description of a boolean field
Function GetCheckboxField(Val Name) Export
Parameter | CLI option | Type | Description |
---|---|---|---|
Name | --title | String | Field name |
Returns: Structure - Field description
Result = OPI_Airtable.GetCheckboxField("Checkbox");
oint airtable GetCheckboxField --title "Checkbox"
{
"name": "Checkbox",
"type": "checkbox",
"options": {
"icon": "check",
"color": "yellowBright"
}
}