GET api/statistics/workshopInstances
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
statsWorkshopInstancesGlobalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| workshopInstance | integer |
None. |
|
| booking | integer |
None. |
|
| waitingList | integer |
None. |
|
| cancellation | integer |
None. |
|
| transfers | integer |
None. |
|
| attended | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"workshopInstance": 1,
"booking": 2,
"waitingList": 3,
"cancellation": 4,
"transfers": 5,
"attended": 6
}