GET api/statistics/workshopInstance/{locationID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID | integer |
Required |
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
}