Authorization: ********************
{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/userTodos/filter' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}'
[
{
"_id": "string",
"actionTaskId": "string",
"todoNumber": 0,
"assigneeUserGroupId": [
"string"
],
"assigneeUserId": [
"string"
],
"actionIdentifier": {
"cardId": "string",
"workflowId": "string",
"stageId": "string",
"providerId": "string",
"actionId": "string",
"resultId": "string"
},
"status": "PENDING",
"type": "SUBMIT_FORM",
"dueDate": "2019-08-24T14:15:22Z",
"params": {},
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}
]