Search issue results 1

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

Query parameters

Responses

GET /closeAPI/api/close/results/issue/search
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/results/issue/search'
Response examples (200)
{
  "totalPages": 42,
  "totalElements": 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
    }
  ],
  "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
}