OneBusAway · Example Payload

Get_Api_Where_Routes For Agency_Agencyid.Json

default

Get_Api_Where_Routes For Agency_Agencyid.Json is an example object payload from OneBusAway, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "get_api_where_routes-for-agency_agencyID.json",
  "method": "GET",
  "path": "/api/where/routes-for-agency/{agencyID}.json",
  "summary": "Retrieve the list of all routes for a particular agency by id",
  "description": "",
  "tags": [
    "default"
  ],
  "parameters": [
    {
      "name": "agencyID",
      "in": "path",
      "required": true,
      "description": "The id of the agency",
      "schema": {
        "type": "string"
      },
      "example": "40"
    }
  ]
}