GET facilities
Operation ID: ApiWeb.FacilityController.index
Auth: unknown
Parameters (7)
(string, query, optional)
Fields to include with the response. Multiple fields **MUST** be a comma-separated (U+002C COMMA, ",") list. Note that fields can also be selected for included data types: see the [V3 API Best Practices](https://www.mbta.com/developers/v3-api/best-practices) for an example.
(string, query, optional)
Filter by `/data/{index}/relationships/stop/data/id`. Multiple IDs **MUST** be a comma-separated (U+002C COMMA, ",") list.
(string, query, optional)
Filter by type. Multiple types **MUST** be a comma-separated (U+002C COMMA, ",") list.
(string, query, optional)
Relationships to include. * `stop` 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/#fet...
(integer, query, optional)
Max number of elements to return
(integer, query, optional)
Offset (0-based) of first element in the page
(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/latitude` ...
Constraints: {'enum': ['latitude', '-latitude', 'long_name', '-long_name', 'longitude', '-longitude', 'properties', '-properties', 'short_name', '-short_name', 'type', '-type']}
No probe data for this endpoint yet.