University of Wisconsin–Madison

Examples

GET https://api.wisc.edu/locations?filter[company]=UWABC&filter[type]=Building&filter[type]=Non_Building

Get all the buildings and non-buildings for one particular campus.

Note: most users only have access to a single campus’ data, so the company filter may not have any additional effect.

GET https://api.wisc.edu/locations?filter[superiorBuildingId]=LCABC_0123A&filter[type]=Room&filter[usage]=WORK SPACE

Get all the rooms assigned as workspaces within a particular building. Works whether or not rooms are grouped into floors.

GET https://api.wisc.edu/locations?filter[company]=UWABC

Header "Accept: text/csv"

Get all the locations in one campus. Send them as a single CSV file. Good for loading data into another datastore.