GET /resoruces/infosessions.{format}
This method returns a list of campus employer infosessions
Name | Value | Name | Value |
Request Protocol | GET | Requires API Key | Yes |
Method ID | 1129 | Enabled | Yes |
Service Name | resources | Service ID | 229 |
Information Steward | CECS | Data Type | CSV |
Update Frequency | When updated by pull request | Cache Time | 0 seconds |
- Usage won't increase if there is no data returned
- This data is community curated on github
- Any value can be
null
GET /resoruces/infosessions.{format}
Parameter | Type | Required | Description |
key | filter | yes | Your API key |
callback | filter | no | JSONP callback format |
Output Formats
- json
- xml
GET /resoruces/infosessions.{format}
- https://api.uwaterloo.ca/v2/resources/infosessions.json
- https://api.uwaterloo.ca/v2/resources/infosessions.xml
- https://api.uwaterloo.ca/v2/resources/infosessions.json?callback=myResponse
Field Name | Type | Value Description |
id | string | Session ID |
employer | string | Name of the company/employer |
date | string | Session date |
start_time | string | Session start time |
end_time | string | Session end time |
location | string | Session campus location |
website | string | Employer's website |
audience | string | Intended student audience |
programs | string | Intended programs for student audience |
description | string | Information about the session |
Any value can be null
{
"meta":{
"requests":148,
"timestamp":1382028148,
"status":200,
"message":"Request successful",
"method_id":1129,
"version":2.07,
"method":{
}
},
"data":[
{
"id":"2116",
"employer":"Accenture (Registration Needed to Attend)",
"date":"September 5, 2013",
"start_time":"09:30 AM",
"end_time":"1:00 PM",
"location":"TBD",
"website":"",
"audience":"3rd and 4th year Students",
"programs":"Mathematics, Engineering, Computer Science",
"description":"This event will be a preface to the fall information session. We are offering you an opportunity to connect one-on-one with a Technology Consulting Analyst and the Executive Sponsor of the campus recruitment program. You are welcome to ask questions pertaining to careers at Accenture, the day in the life of a Consulting Analyst, how to best prepare for a career with us, and any other questions you may have. Please register for a 15 minute session by contacting Andrew Davidson at [email protected]."
},
{
"id":"2093",
"employer":"McKinsey & Company",
"date":"September 5, 2013",
"start_time":"7:30 PM",
"end_time":"9:00 PM",
"location":"TC 2218",
"website":"http:\/\/mckinsey.com\/careers",
"audience":"Co-op and Graduating Students",
"programs":"MASTERS - Management Sciences, MASTERS - Civil Engineering, Info Tech , Engineering, Business",
"description":""
},
{
"id":"2082",
"employer":"Hulu",
"date":"September 9, 2013",
"start_time":"11:30 AM",
"end_time":"1:30 PM",
"location":"TC 2218",
"website":"http:\/\/www.hulu.com",
"audience":"Co-op and Graduating Students",
"programs":"Applied Mathematics, Computer Engineering, Computer Science, Software Engineering, Systems Design Engineering",
"description":""
},
{
"id":"2107",
"employer":"FreshBooks",
"date":"September 9, 2013",
"start_time":"3:00 PM",
"end_time":"4:30 PM",
"location":"TC 2218",
"website":"http:\/\/freshbooks.com\/careers",
"audience":"Co-op and Graduating Students",
"programs":"Mathematics, Engineering",
"description":""
},
{
"id":"2006",
"employer":"Wal-mart",
"date":"September 9, 2013",
"start_time":"5:00 PM",
"end_time":"7:00 PM",
"location":"TC 2218",
"website":"http:\/\/walmartoncampus.ca",
"audience":"Graduating Students",
"programs":"Accounting and Financial Management, Business, Financial Management",
"description":""
}
]
}