Get field (date)
Gets the description of a date field
- Parameters
- Advanced call ?
Function GetDateField(Val Name) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Name | --title | String | ✔ | Field name |
Returns
Structure - Field description
| Parameter | Description |
|---|---|
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetDateField("Date");
- Bash
- CMD/Bat
oint airtable GetDateField \
--title "Date"
oint airtable GetDateField ^
--title "Date"
Result
{
"name": "Date",
"type": "date",
"options": {
"dateFormat": {
"format": "YYYY-MM-DD",
"name": "iso"
}
}
}