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

Latest commit

 

History

History
214 lines (183 loc) · 4.54 KB

tutors.md

File metadata and controls

214 lines (183 loc) · 4.54 KB

List of student tutors available

GET /resources/tutors.{format}

Description

This method returns a list of all the tutors available to help for a course for a given term

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 1481 Enabled Yes
Service Name resources Service ID 229
Information Steward SSO Data Type Direct feed
Update Frequency As the data updates by SSO Cache Time 0 seconds

Notes

  • Usage won't increase if there is no data returned
  • Any value can be null

Sources

Parameters

GET /resources/tutors.{format}
Parameter Type Required Description
key filter yes Your API key
callback filter no JSONP callback format

Output Formats

  • json
  • xml

Examples

GET /resources/tutors.{format}

Response

Field Name Type Value Description
subject string Subject acronym
catalog_number string Course catalog number
title string Course title
tutors_count integer Total number of tutors available for that course
contact_url string Link to get tutor contact details

Any value can be null

Output

JSON

{
  "meta":{
    "requests":477,
    "timestamp":1386184862,
    "status":200,
    "message":"Request successful",
    "method_id":1481,
    "method":{
      
    }
  },
  "data":[
    {
      "subject":"ACTSC",
      "catalog_number":"463",
      "title":"Introduction to Property and Casualty Loss Reserving",
      "tutors_count":1,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1861"
    },
    {
      "subject":"AFM",
      "catalog_number":"101",
      "title":"Introduction to Financial Accounting",
      "tutors_count":9,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1863"
    },
    {
      "subject":"AFM",
      "catalog_number":"123",
      "title":"Accounting Information for Managers",
      "tutors_count":1,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1864"
    },
    {
      "subject":"AFM",
      "catalog_number":"131",
      "title":"Introduction to Business in North America",
      "tutors_count":6,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1865"
    },
    {
      "subject":"AFM",
      "catalog_number":"273",
      "title":"Managerial Finance 1",
      "tutors_count":1,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1869"
    },
    {
      "subject":"AFM",
      "catalog_number":"291",
      "title":"Intermediate Financial Accounting 1",
      "tutors_count":1,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1871"
    },
    {
      "subject":"AMATH",
      "catalog_number":"231",
      "title":"Calculus 4",
      "tutors_count":3,
      "contact_url":"https:\/\/uwaterloo.ca\/student-success\/tutoring\/search-tutor-result?field_profile_courses_target_id%5B%5D=1891"
    }
  ]
}