Get options for open period modal
Path parameters
-
id
integer Required
GET
/closeAPI/api/close/task/{id}/open-period-options
curl \
--request GET 'http://close-service:8082/closeAPI/api/close/task/{id}/open-period-options'
Response examples (200)
[
{
"period": {
"id": 42,
"fiscalYearPeriod": {
"id": 42,
"fiscalYear": {
"id": 42,
"name": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z"
},
"frequency": {
"id": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"statusId": 42
},
"order": 42,
"name": "string",
"startDate": "2025-05-04",
"endDate": "2025-05-04"
},
"startDate": "2025-05-04T09:42:00Z",
"completedDate": "2025-05-04T09:42:00Z",
"statusId": 42,
"frequency": {
"id": 42,
"name": "string",
"shortName": "string",
"exportValue": "string",
"order": 42,
"statusId": 42
},
"generatedDate": "2025-05-04T09:42:00Z",
"fiscalYearPeriodStartDate": "2025-05-04",
"fiscalYearPeriodEndDate": "2025-05-04",
"name": "string",
"year": "string"
},
"actionPlanOnPeriod": true
}
]