GET api/Admin/UsageReports/{month}/{year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | integer |
Required |
|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UsageReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
None. |
|
| MonthLabel | string |
None. |
|
| IngestTime | string |
None. |
|
| ServerMinutes | decimal number |
None. |
|
| Ingest | Dictionary of string [key] and decimal number [value] |
None. |
|
| DownloadSize | Dictionary of string [key] and decimal number [value] |
None. |
|
| DownloadCounts | Dictionary of string [key] and decimal number [value] |
None. |
|
| Uuid | string |
None. |
|
| OrganizationUuid | string |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedBy | string |
None. |
|
| Hidden | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
