GET api/Presentation/GetPresentationsStatsByPresentation?PresentationTypeId={PresentationTypeId}&month={month}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PresentationTypeId | integer |
Required |
|
| month | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of PresentationPieChartDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Count | integer |
None. |
|
| ColorHEX | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Title": "sample string 1",
"Count": 2,
"ColorHEX": "sample string 3"
},
{
"Title": "sample string 1",
"Count": 2,
"ColorHEX": "sample string 3"
}
]