Search result view
Query parameters
-
name
string -
taskId
integer -
entityId
integer -
taskTypeId
integer -
statusType
string Values are
NOT_STARTED
,IN_PROGRESS
,COMPLETE
,LATE
, orDISABLED
. -
periodId
integer -
inboxId
integer -
inboxType
string Values are
U
orQ
. -
isCritical
boolean -
showRejected
boolean -
showAllRejected
boolean -
linkedTaskId
integer -
taskTreeId
integer -
dueDay
integer(int32) -
dueMonth
integer(int32) -
dueYear
integer(int32) -
idList
array[integer] Default value is
[]
(empty). -
accountStatus
string -
isDashboardRequest
boolean -
closeDateString
string -
varianceTaskId
integer -
pageSize
integer(int32) -
pageNumber
integer(int32) Default value is
0
. -
sortField
string Values are
NAME
,PERIOD
,ENTITY
,TASK_TYPE
,DUE_DATE
,COMPLETED_DATE
, orSTATUS
. Default value isNAME
. -
reverseSort
boolean
GET
/closeAPI/api/close/results/task/search
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/results/task/search'
Response examples (200)
{
"totalPages": 42,
"totalElements": 42,
"size": 42,
"content": [
{
"id": 42,
"logSid": 42,
"name": "string",
"number": "string",
"wasCompletedLate": true,
"currentAction": "string",
"period": {
"id": 42,
"name": "string",
"statusId": 42,
"year": "string",
"startDate": "2025-05-04T09:42:00Z"
},
"taskType": {
"id": 42,
"systemValueGroupId": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"status": "ACTIVE"
},
"closeTaskDefinition": {
"id": 42,
"parentId": 42,
"name": "string",
"number": "string",
"description": "string",
"frequencyId": 42,
"frequencyName": "string",
"status": "ACTIVE",
"type": "ENTITY",
"entityId": 42,
"entityName": "string",
"collaboration": true,
"critical": true,
"closePackage": true,
"taskTypeId": 42,
"taskTypeName": "string",
"attachmentRequired": true,
"userDefinedFields": [
{
"id": 42,
"udfDefinitionId": 42,
"value": "string"
}
]
},
"entityDefinitionId": 42,
"entityName": "string",
"snapshotId": 42,
"snapshotParentId": 42,
"status": {
"id": "string",
"name": "string"
},
"dueDate": "2025-05-04T09:42:00Z",
"dateCompleted": "2025-05-04T09:42:00Z",
"inboxReceiverDto": {
"name": "string",
"type": "string",
"email": "string",
"queueId": "string",
"userName": "string"
},
"performer": {
"id": 42,
"name": "string",
"email": "string",
"userName": "string",
"first": "string",
"middle": "string",
"last": "string"
},
"performerDueDate": "2025-05-04T09:42:00Z",
"reviewer": {
"id": 42,
"name": "string",
"email": "string",
"userName": "string",
"first": "string",
"middle": "string",
"last": "string"
},
"reviewerDueDate": "2025-05-04T09:42:00Z",
"approver": {
"id": 42,
"name": "string",
"email": "string",
"userName": "string",
"first": "string",
"middle": "string",
"last": "string"
},
"approverDueDate": "2025-05-04T09:42:00Z",
"late": true
}
],
"number": 42,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"numberOfElements": 42,
"pageable": {
"offset": 42,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": true,
"property": "string",
"ignoreCase": true
}
],
"paged": true,
"pageNumber": 42,
"pageSize": 42,
"unpaged": true
},
"first": true,
"last": true,
"empty": true
}