GET api/AssignTimetable/GetFreeDatesWithCount?pDiaryNum={pDiaryNum}&pFromDate={pFromDate}&pToDate={pToDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pDiaryNum | integer |
Required |
|
| pFromDate | date |
Required |
|
| pToDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DatesWithAmount| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| Amount | integer |
None. |
|
| all | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2026-04-20T16:26:54.3701699+03:00",
"Amount": 2,
"all": 3
},
{
"Date": "2026-04-20T16:26:54.3701699+03:00",
"Amount": 2,
"all": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfDatesWithAmount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.AssignTimetableManage">
<DatesWithAmount>
<Amount>2</Amount>
<Date>2026-04-20T16:26:54.3701699+03:00</Date>
<all>3</all>
</DatesWithAmount>
<DatesWithAmount>
<Amount>2</Amount>
<Date>2026-04-20T16:26:54.3701699+03:00</Date>
<all>3</all>
</DatesWithAmount>
</ArrayOfDatesWithAmount>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.