The type code is AI.
| lastUpdateByName | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
Array of objects  | |||||||||||||||||||||||||||||||||||||||||
 Array  
  | |||||||||||||||||||||||||||||||||||||||||
| createdByName | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| typedId | string  | ||||||||||||||||||||||||||||||||||||||||
| assignedToName | string  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| lastUpdateDate | string <date-time>   | ||||||||||||||||||||||||||||||||||||||||
| dueDate | string <date-time>   | ||||||||||||||||||||||||||||||||||||||||
| actionItemType required  | string  | ||||||||||||||||||||||||||||||||||||||||
| description | string or null  | ||||||||||||||||||||||||||||||||||||||||
| parentTabName | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| assignedTo required  | integer  | ||||||||||||||||||||||||||||||||||||||||
| assignedToGroup | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| sourceContext | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| targetContext | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| parentTypedId | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| completedByName | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| createDate | string <date-time>   | ||||||||||||||||||||||||||||||||||||||||
| summary required  | string  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| originatorTypedId | string or null  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| version | integer  | ||||||||||||||||||||||||||||||||||||||||
| completedDate | string or null <date-time>   | ||||||||||||||||||||||||||||||||||||||||
| uniqueName | string  <= 255 characters   | ||||||||||||||||||||||||||||||||||||||||
| createdBy | integer  | ||||||||||||||||||||||||||||||||||||||||
| completedBy | integer or null  | ||||||||||||||||||||||||||||||||||||||||
| status | string  <= 255 characters   Possible values: "OPEN" "DONE" "REJECTED" "BLOCKED" "POSTPONED"    | ||||||||||||||||||||||||||||||||||||||||
| lastUpdateBy | integer  | ||||||||||||||||||||||||||||||||||||||||
{- "lastUpdateByName": "string",
 - "outputs": [
- {
- "resultName": "string",
 - "resultLabel": "string",
 - "result": { },
 - "excludeFromExport": true,
 - "warnings": [
- "string"
 
], - "alertMessage": "string",
 - "alertType": "CRITICAL",
 - "displayOptions": 0,
 - "formatType": "NUMERIC",
 - "suffix": "string",
 - "resultType": "string",
 - "cssProperties": "string",
 - "userGroup": "string",
 - "resultGroup": "string",
 - "overrideValueOptions": [
- null
 
], - "overrideAllowEmpty": true,
 - "labelTranslations": "string",
 - "overridable": true,
 - "overridden": true,
 - "resultDescription": "string"
 
} 
], - "createdByName": "string",
 - "typedId": "string",
 - "assignedToName": "string",
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "dueDate": "2019-08-24T14:15:22Z",
 - "actionItemType": "string",
 - "description": "string",
 - "parentTabName": "string",
 - "assignedTo": 0,
 - "assignedToGroup": "string",
 - "sourceContext": "string",
 - "targetContext": "string",
 - "parentTypedId": "string",
 - "completedByName": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "summary": "string",
 - "originatorTypedId": "string",
 - "version": 0,
 - "completedDate": "2019-08-24T14:15:22Z",
 - "uniqueName": "string",
 - "createdBy": 0,
 - "completedBy": 0,
 - "status": "OPEN",
 - "lastUpdateBy": 0
 
}