GET api/Analytics/GetDepthChartDateRangeBySite?siteId={siteId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DepthDateRange
NameDescriptionTypeAdditional information
MinDate

date

None.

MaxDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "MinDate": "2025-05-01T08:29:12.1359872-04:00",
  "MaxDate": "2025-05-01T08:29:12.1359872-04:00"
}

application/xml, text/xml

Sample:
<DepthDateRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <MaxDate>2025-05-01T08:29:12.1359872-04:00</MaxDate>
  <MinDate>2025-05-01T08:29:12.1359872-04:00</MinDate>
</DepthDateRange>