GET api/PropertyStatistics
Statistics API that retrieves a breakdown of all recorded stats.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatisticsBreakdownModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FourteenDayBrochureDownloadStat | integer |
None. |
|
| FourteenDayPropertyViewedStat | integer |
None. |
|
| FourteenDayViewingRequestStat | integer |
None. |
|
| PropertyReference | string |
None. |
|
| SevenDayBrochureDownloadStat | integer |
None. |
|
| SevenDayPropertyViewedStat | integer |
None. |
|
| SevenDayViewingRequestStat | integer |
None. |
|
| TotalBrochureDownloadStat | integer |
None. |
|
| TotalPropertyViewedStat | integer |
None. |
|
| TotalViewingRequestStat | integer |
None. |
|
| TwentyEightDayBrochureDownloadStat | integer |
None. |
|
| TwentyEightDayPropertyViewedStat | integer |
None. |
|
| TwentyEightDayViewingRequestStat | integer |
None. |
|
| YearToDateBrochureDownloadStat | integer |
None. |
|
| YearToDatePropertyViewedStat | integer |
None. |
|
| YearToDateViewingRequestStat | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PropertyReference": "sample string 1",
"SevenDayPropertyViewedStat": 2,
"FourteenDayPropertyViewedStat": 3,
"TwentyEightDayPropertyViewedStat": 4,
"YearToDatePropertyViewedStat": 5,
"TotalPropertyViewedStat": 6,
"SevenDayBrochureDownloadStat": 7,
"FourteenDayBrochureDownloadStat": 8,
"TwentyEightDayBrochureDownloadStat": 9,
"YearToDateBrochureDownloadStat": 10,
"TotalBrochureDownloadStat": 11,
"SevenDayViewingRequestStat": 12,
"FourteenDayViewingRequestStat": 13,
"TwentyEightDayViewingRequestStat": 14,
"YearToDateViewingRequestStat": 15,
"TotalViewingRequestStat": 16
},
{
"PropertyReference": "sample string 1",
"SevenDayPropertyViewedStat": 2,
"FourteenDayPropertyViewedStat": 3,
"TwentyEightDayPropertyViewedStat": 4,
"YearToDatePropertyViewedStat": 5,
"TotalPropertyViewedStat": 6,
"SevenDayBrochureDownloadStat": 7,
"FourteenDayBrochureDownloadStat": 8,
"TwentyEightDayBrochureDownloadStat": 9,
"YearToDateBrochureDownloadStat": 10,
"TotalBrochureDownloadStat": 11,
"SevenDayViewingRequestStat": 12,
"FourteenDayViewingRequestStat": 13,
"TwentyEightDayViewingRequestStat": 14,
"YearToDateViewingRequestStat": 15,
"TotalViewingRequestStat": 16
}
]
application/xml, text/xml
Sample:
<ArrayOfStatisticsBreakdownModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Spicerhaart.Services.Statistics">
<StatisticsBreakdownModel>
<FourteenDayBrochureDownloadStat>8</FourteenDayBrochureDownloadStat>
<FourteenDayPropertyViewedStat>3</FourteenDayPropertyViewedStat>
<FourteenDayViewingRequestStat>13</FourteenDayViewingRequestStat>
<PropertyReference>sample string 1</PropertyReference>
<SevenDayBrochureDownloadStat>7</SevenDayBrochureDownloadStat>
<SevenDayPropertyViewedStat>2</SevenDayPropertyViewedStat>
<SevenDayViewingRequestStat>12</SevenDayViewingRequestStat>
<TotalBrochureDownloadStat>11</TotalBrochureDownloadStat>
<TotalPropertyViewedStat>6</TotalPropertyViewedStat>
<TotalViewingRequestStat>16</TotalViewingRequestStat>
<TwentyEightDayBrochureDownloadStat>9</TwentyEightDayBrochureDownloadStat>
<TwentyEightDayPropertyViewedStat>4</TwentyEightDayPropertyViewedStat>
<TwentyEightDayViewingRequestStat>14</TwentyEightDayViewingRequestStat>
<YearToDateBrochureDownloadStat>10</YearToDateBrochureDownloadStat>
<YearToDatePropertyViewedStat>5</YearToDatePropertyViewedStat>
<YearToDateViewingRequestStat>15</YearToDateViewingRequestStat>
</StatisticsBreakdownModel>
<StatisticsBreakdownModel>
<FourteenDayBrochureDownloadStat>8</FourteenDayBrochureDownloadStat>
<FourteenDayPropertyViewedStat>3</FourteenDayPropertyViewedStat>
<FourteenDayViewingRequestStat>13</FourteenDayViewingRequestStat>
<PropertyReference>sample string 1</PropertyReference>
<SevenDayBrochureDownloadStat>7</SevenDayBrochureDownloadStat>
<SevenDayPropertyViewedStat>2</SevenDayPropertyViewedStat>
<SevenDayViewingRequestStat>12</SevenDayViewingRequestStat>
<TotalBrochureDownloadStat>11</TotalBrochureDownloadStat>
<TotalPropertyViewedStat>6</TotalPropertyViewedStat>
<TotalViewingRequestStat>16</TotalViewingRequestStat>
<TwentyEightDayBrochureDownloadStat>9</TwentyEightDayBrochureDownloadStat>
<TwentyEightDayPropertyViewedStat>4</TwentyEightDayPropertyViewedStat>
<TwentyEightDayViewingRequestStat>14</TwentyEightDayViewingRequestStat>
<YearToDateBrochureDownloadStat>10</YearToDateBrochureDownloadStat>
<YearToDatePropertyViewedStat>5</YearToDatePropertyViewedStat>
<YearToDateViewingRequestStat>15</YearToDateViewingRequestStat>
</StatisticsBreakdownModel>
</ArrayOfStatisticsBreakdownModel>