Retrieves Action Items by filter criteria. To retrieve a specific action, filter the action by id
as follows:
{
"data":{
"fieldName":"id",
"operator":"equals",
"value":"41",
"_constructor":"AdvancedCriteria"
}
}
OK
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "assignedTo",
- "operator": "equals",
- "value": 2147491061
}
]
}, - {
- "fieldName": "parentTypedId",
- "operator": "equals",
- "value": "90.DP",
- "_constructor": "AdvancedCriteria"
}
]
}
}
{- "response": {
- "status": 0,
- "startRow": 0,
- "node": "string",
- "data": [
- {
- "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
}
], - "endRow": 0
}
}