GET api/QuarterScore/GetQuarterStartAndEnd?date={date}&Previous={Previous}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| Previous | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
DateRangeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| MonthFrom | string |
None. |
|
| MonthTo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DateFrom": "2025-10-30T10:10:49.5839008+04:00",
"DateTo": "2025-10-30T10:10:49.5839008+04:00",
"MonthFrom": "October",
"MonthTo": "October"
}
text/html, multipart/form-data
Sample:
{"DateFrom":"2025-10-30T10:10:49.5839008+04:00","DateTo":"2025-10-30T10:10:49.5839008+04:00","MonthFrom":"October","MonthTo":"October"}
application/xml, text/xml
Sample:
<DateRangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <DateFrom>2025-10-30T10:10:49.5839008+04:00</DateFrom> <DateTo>2025-10-30T10:10:49.5839008+04:00</DateTo> </DateRangeDTO>