Search issue results 1

GET /closeAPI/api/close/results/issue/search

Query parameters

  • pageSize integer(int32)
  • pageNumber integer(int32)

    Default value is 0.

  • sortField string

    Values are NAME, PERIOD, SUBJECT, PRIORITY, STATUS, INBOX, INBOXFIRST, INBOXLAST, or DUEDATE. Default value is SUBJECT.

  • reverseSort boolean
  • searchQuery string
  • taskNameQuery string
  • statusType string

    Values are IN_PROGRESS, LATE, COMPLETE, or OPEN.

  • periodId integer
  • priorityId integer
  • taskTreeId integer
  • rollupTaskTree boolean

    Default value is true.

  • isCritical boolean
  • accountStatusId integer
  • taskTypeId integer
  • entityId integer
  • closeTaskId integer
  • isDashboardRequest boolean
  • closeDateString string
  • varianceTaskId integer
  • isHighPriority boolean

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • totalElements integer(int64)
    • totalPages integer(int32)
    • size integer(int32)
    • content array[object]
      Hide content attributes Show content attributes object
      • id integer
      • name string
      • actionPlanId integer
      • periodId integer
      • periodName string
      • yearName string
      • subject string
      • taskName string
      • taskId integer
      • priority string
      • statusType string

        Values are NOT_STARTED, IN_PROGRESS, COMPLETE, DELETED, or DISABLED.

      • inboxReceiver object
        Hide inboxReceiver attributes Show inboxReceiver attributes object
        • name string
        • type string

          Values are U or Q.

        • emailOrQueueId string
      • logSid integer
      • taskReference string
      • late boolean
    • number integer(int32)
    • sort array[object]
      Hide sort attributes Show sort attributes object
      • direction string
      • nullHandling string
      • ascending boolean
      • property string
      • ignoreCase boolean
    • first boolean
    • last boolean
    • numberOfElements integer(int32)
    • pageable object
      Hide pageable attributes Show pageable attributes object
      • offset integer(int64)
      • sort array[object]
        Hide sort attributes Show sort attributes object
        • direction string
        • nullHandling string
        • ascending boolean
        • property string
        • ignoreCase boolean
      • unpaged boolean
      • pageNumber integer(int32)
      • pageSize integer(int32)
      • paged boolean
    • empty boolean
GET /closeAPI/api/close/results/issue/search
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/results/issue/search'
Response examples (200)
{
  "totalElements": 42,
  "totalPages": 42,
  "size": 42,
  "content": [
    {
      "id": 42,
      "name": "string",
      "actionPlanId": 42,
      "periodId": 42,
      "periodName": "string",
      "yearName": "string",
      "subject": "string",
      "taskName": "string",
      "taskId": 42,
      "priority": "string",
      "statusType": "NOT_STARTED",
      "inboxReceiver": {
        "name": "string",
        "type": "U",
        "emailOrQueueId": "string"
      },
      "logSid": 42,
      "taskReference": "string",
      "late": true
    }
  ],
  "number": 42,
  "sort": [
    {
      "direction": "string",
      "nullHandling": "string",
      "ascending": true,
      "property": "string",
      "ignoreCase": true
    }
  ],
  "first": true,
  "last": true,
  "numberOfElements": 42,
  "pageable": {
    "offset": 42,
    "sort": [
      {
        "direction": "string",
        "nullHandling": "string",
        "ascending": true,
        "property": "string",
        "ignoreCase": true
      }
    ],
    "unpaged": true,
    "pageNumber": 42,
    "pageSize": 42,
    "paged": true
  },
  "empty": true
}