GET live_facilities

mbta.com:boston-mbta-transit

Summary:
Operation ID: ApiWeb.LiveFacilityController.index
Auth: unknown

Parameters (5)

filter[id] (string, query, optional)

Filter by multiple parking facility ids. **MUST** be a comma-separated (U+002C COMMA, ",") list.

include (string, query, optional)

Relationships to include. * `facility` The value of the include parameter **MUST** be a comma-separated (U+002C COMMA, ",") list of relationship paths. A relationship path is a dot-separated (U+002E FULL-STOP, ".") list of relationship names. [JSONAPI "include" behavior](http://jsonapi.org/format/...

page[limit] (integer, query, optional)

Max number of elements to return

page[offset] (integer, query, optional)

Offset (0-based) of first element in the page

sort (string, query, optional)

Results can be [sorted](http://jsonapi.org/format/#fetching-sorting) by the id or any `/data/{index}/attributes` key. Assumes ascending; may be prefixed with '-' for descending | JSON pointer | Direction | `sort` | |--------------|-----------|------------| | `/data/{index}/attributes/properties...

Constraints: {'enum': ['properties', '-properties', 'updated_at', '-updated_at']}

No probe data for this endpoint yet.