Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
217 lines (186 loc) · 4.76 KB

visitorinformation.md

File metadata and controls

217 lines (186 loc) · 4.76 KB

List of visitor information centers across Campus

GET /v2/poi/visitorinformation.{format}

Description

This method returns list of visitor information centers across campus.

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 1879 Enabled Yes
Service Name poi Service ID 349
Information Steward Campus Map Team Data Type CSV
Update Frequency Upon pull request Cache Time 0 seconds

Notes

  • Any value can be null

Sources

Parameters

GET /v2/poi/visitorinformation.{format}
Parameter Type Required Description
format input yes The format of the output
key filter yes Your API key
callback filter no JSONP callback format

Output Formats

  • json
  • geojson
  • xml

Examples

GET /v2/poi/visitorinformation.{format}

Response

Field Name Type Value Description
name string Name of the location
description string Location description
note string Any additional notes
latitude float Latitude of the parking lot
longitude float Longitude of the parking lot

Any value can be null

Output

JSON

{
  "meta":{
    "requests":811563,
    "timestamp":1453158282,
    "status":200,
    "message":"Request successful",
    "method_id":1889,
    "method":{
      
    }
  },
  "data":[
    {
      "name":"Turnkey Desk",
      "description":"Opens 24\/7 and knows just about everything around campus and the community. Get answers to questions, book a study room, and purchase Greyhound or GO Transit tickets.",
      "note":"Student Life Centre (SLC)",
      "opening_hours":"24\/7",
      "phone":"519-888-4434",
      "email":"[email protected]",
      "url":"https:\/\/uwaterloo.ca\/student-life-centre\/turnkey-desk",
      "latitude":43.47155,
      "longitude":-80.54565
    },
    {
      "name":"Police Services",
      "description":"Police Services serve to ensure a safe and secure campus environment. Report crime, aggressive behavior, suspicious activity, or other unusual situation. Register the serial number of bikes and electronics.",
      "note":"Commissary (COM)",
      "opening_hours":"24\/7",
      "phone":"519-888-4567, ext. 22222; 519-888-4911",
      "email":"[email protected]",
      "url":"https:\/\/uwaterloo.ca\/police\/",
      "latitude":43.47437,
      "longitude":-80.5428
    },
    {
      "name":"Parking Services",
      "description":"Parking Services manage campus lots and enforces parking regulations. Purchase parking permits, pay a ticket, or appeal an infraction.",
      "note":"Commissary (COM)",
      "opening_hours":"Mo-Fr 07:30-17:30",
      "phone":"519-888-4567, ext. 33100",
      "email":"[email protected]",
      "url":"https:\/\/uwaterloo.ca\/parking\/",
      "latitude":43.47438,
      "longitude":-80.54273
    },
    {
      "name":"Visitors Centre",
      "description":"Provides student-led campus tours, information for visitors, and tips for self-guided tours.",
      "note":"South Campus Hall (SCH)",
      "opening_hours":"Mo-Fr 08:30-16:30; Sa 10:00-16:00",
      "phone":"519-888-4567, ext. 33614",
      "email":"[email protected]",
      "url":"https:\/\/uwaterloo.ca\/find-out-more\/visit-waterloo\/visitors-centre",
      "latitude":43.46909,
      "longitude":-80.54026
    }
  ]
}