GET api/resplan/{id}/capacity?Start={Start}&End={End}&zoom={zoom}
Get Capacity for a Resource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
Start | date |
Required |
|
End | date |
Required |
|
zoom | Zoom |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResourceCapacityName | Description | Type | Additional information |
---|---|---|---|
Date | date |
None. |
|
Capacity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Date": "2024-12-12T17:20:09.9236522+00:00", "Capacity": 2.0 }, { "Date": "2024-12-12T17:20:09.9236522+00:00", "Capacity": 2.0 } ]