Tasks
Retrieve task records from JobNimbus including title, description, priority, scheduled dates, completion status, and associated contacts or jobs.
Columns
| Name | Type | References | |
| JobNimbusId [KEY] | String | ||
| RecordId | Integer | ||
| Type | String | ||
| CustomerId | String | ||
| RecordNumber | String | ||
| TaskTitle | String | ||
| Description | String | ||
| RecordTypeId | Integer | ||
| RecordTypeName | String | ||
| TaskPriority | Integer | ||
| ActualTime | Integer | ||
| EstimatedTime | Integer | ||
| IsActive | Boolean | ||
| IsArchived | Boolean | ||
| IsCompleted | Boolean | ||
| IsHiddenFromCalendarView | Boolean | ||
| IsHiddenFromTaskList | Boolean | ||
| IsEventAllDay | Boolean | ||
| AllDayEventStartDate | Date | ||
| AllDayEventEndDate | Date | ||
| DateStart | Datetime | ||
| DateEnd | Datetime | ||
| CreatedDate | Datetime | ||
| UpdatedDate | Datetime | ||
| CreatedById | String | ||
| CreatedByName | String | ||
| LocationId | Integer | ||
| OwnerIds | String | ||
| RelatedRecords | String | ||
| AutomationRules | String | ||
| Tags | String |