GET Analytics/GetTopAgentDateCoverage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TopAgentDateCoverage| Name | Description | Type | Additional information |
|---|---|---|---|
| startdate | date |
None. |
|
| enddate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"startdate": "2026-06-04T19:49:38.6736059-07:00",
"enddate": "2026-06-04T19:49:38.6736059-07:00"
}
application/xml, text/xml
Sample:
<TopAgentDateCoverage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model"> <enddate>2026-06-04T19:49:38.6736059-07:00</enddate> <startdate>2026-06-04T19:49:38.6736059-07:00</startdate> </TopAgentDateCoverage>