Retrieves the Property Agent report for the authenticated user.
The Property Agent report data.
{
"TotalCount": 123,
"Page": 123,
"PageSize": 123,
"List": [
{
"AgentReference": "ABC",
"Title": "ABC",
"Views": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"Category": "ABC",
"Agent": "ABC",
"Address": "ABC",
"Suburb": "ABC",
"Price": "ABC",
"Watchers": 123,
"Enquiries": 123,
"OpenHomes": 123,
"IsFeatured": false,
"TradeMeReference": "ABC"
},
{
"AgentReference": "ABC",
"Title": "ABC",
"Views": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"Category": "ABC",
"Agent": "ABC",
"Address": "ABC",
"Suburb": "ABC",
"Price": "ABC",
"Watchers": 123,
"Enquiries": 123,
"OpenHomes": 123,
"IsFeatured": false,
"TradeMeReference": "ABC"
}
]
}