Get frequency mismatches

GET /closeAPI/api/close/period/frequency-mismatch

Responses

GET /closeAPI/api/close/period/frequency-mismatch
curl \
 --request GET 'http://close-service:8082/closeAPI/api/close/period/frequency-mismatch'
Response examples (200)
[
  {
    "mismatchType": "SUB_TASK",
    "parent": {
      "id": 42,
      "parentId": 42,
      "name": "string",
      "number": "string",
      "description": "string",
      "frequencyId": 42,
      "frequencyName": "string",
      "status": "ACTIVE",
      "type": "ENTITY",
      "entityId": 42,
      "entityName": "string",
      "isCollaboration": true,
      "isCritical": true,
      "isClosePackage": true,
      "taskTypeId": 42,
      "taskTypeName": "string",
      "isAttachmentRequired": true
    },
    "child": {
      "id": 42,
      "parentId": 42,
      "name": "string",
      "number": "string",
      "description": "string",
      "frequencyId": 42,
      "frequencyName": "string",
      "status": "ACTIVE",
      "type": "ENTITY",
      "entityId": 42,
      "entityName": "string",
      "isCollaboration": true,
      "isCritical": true,
      "isClosePackage": true,
      "taskTypeId": 42,
      "taskTypeName": "string",
      "isAttachmentRequired": true
    }
  }
]