Get buildings
Get location data about one or more buildings. Comma separated building numbers are the parameters.
Path parameters
Numeric building ID
[ "226" ]
Response
Successful Operation
Example response
{
"data": {
"name": "Edward St. John Learning and Teaching Center",
"code": "ESJ",
"id": "226",
"long": -76.941914,
"lat": 38.986699
},
"count": 1
}Changes
Changed in 3 of the 12 revisions of this API.312
- ▲
pathrequest parameterbuilding_idlist-of-types was narrowed by removing typesstringrequest-parameter-list-of-types-narrowed
- ▲
for the
pathrequest parameterbuilding_id, the type/format was changed from/toarray/request-parameter-type-changed
- ●
removed the optional property
data/numberfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/idto the response with the200statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲