GET api/report/cancellation/{startDate}/{endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CancellationsReport| Name | Description | Type | Additional information |
|---|---|---|---|
| workshopInstanceId | integer |
None. |
|
| workshopName | string |
None. |
|
| workshopSyllabus | string |
None. |
|
| workshopInstanceStartDateTime | date |
None. |
|
| workshopInstanceEndDateTime | date |
None. |
|
| capacity | integer |
None. |
|
| totalBooking | integer |
None. |
|
| totalCancellation | integer |
None. |
|
| totalCharged | integer |
None. |
|
| totalChargeCompleted | integer |
None. |
|
| totalRefunded | integer |
None. |
|
| totalRefundCompleted | integer |
None. |
|
| totalWaived | integer |
None. |
|
| before2Days | integer |
None. |
|
| withIn2Days | integer |
None. |
|
| onDate | integer |
None. |
|
| trainingRoom | trainingRoomExten |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"workshopInstanceId": 1,
"workshopName": "sample string 2",
"workshopSyllabus": "sample string 3",
"workshopInstanceStartDateTime": "2025-12-16T21:45:28.6489407+00:00",
"workshopInstanceEndDateTime": "2025-12-16T21:45:28.6489407+00:00",
"capacity": 1,
"totalBooking": 6,
"totalCancellation": 7,
"totalCharged": 8,
"totalChargeCompleted": 9,
"totalRefunded": 10,
"totalRefundCompleted": 11,
"totalWaived": 12,
"before2Days": 13,
"withIn2Days": 14,
"onDate": 15,
"trainingRoom": {
"$id": "2",
"locationName": "sample string 1",
"id": 2,
"locationID": 3,
"name": "sample string 4",
"capacity": 1,
"isActive": true,
"dateCreated": "2025-12-16T21:45:28.6499415+00:00",
"dateUpdated": "2025-12-16T21:45:28.6499415+00:00",
"Timezone": 1
}
},
{
"$ref": "1"
}
]