GET stops/summary

Retrieve a summary of AC Transit's currently active stops.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StopSummary
NameDescriptionTypeAdditional information
Count

Number of stops in current list

integer

None.

LastUpdatedDateTime

Last date/time stop information was changed

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Count": 1,
  "LastUpdatedDateTime": "2024-04-16T06:19:29.7078367-07:00"
}

text/html

Sample:
{"Count":1,"LastUpdatedDateTime":"2024-04-16T06:19:29.7078367-07:00"}

application/xml, text/xml

Sample:
<StopSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACTransit.Transit.Domain.Models">
  <Count>1</Count>
  <LastUpdatedDateTime>2024-04-16T06:19:29.7078367-07:00</LastUpdatedDateTime>
</StopSummary>