CourseBuilderTeachingAssistantInformation
TeachingAssistantInformationService
More information: https://it.byu.edu
Contact Info: api@byu.edu
Version: v1
BasePath:/domains/legacy/coursebuilder/teachingassistantinformation
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
Methods
[ Jump to Models ]Table of Contents
Default
TeachingAssistantInformationService
post /
delete /{taInformationID}
get /courseID/{courseID}
get /{taInformationID}
get /courseID/{courseID}/hidden/{hidden}
put /{taInformationID}
Default
Up
get /documentation
service definition (getServiceDocumentation)
service definition
Return type
String
Example data
Content-Type: application/json
"aeiou"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Success StringTeachingAssistantInformationService
Up
post /
Create teaching assistant information (createTAInfo)
Create teaching assistant information
Return type
Example data
Content-Type: application/json
{ "officePhone" : "aeiou", "mobilePhone" : "aeiou", "hidden" : "aeiou", "officeLocation" : "aeiou", "byAppointment" : true, "homePhone" : "aeiou", "name" : "aeiou", "professionalTitle" : "aeiou", "personID" : "aeiou", "courseID" : "aeiou", "email" : "aeiou"}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
201
Service request is OK and teaching asssistant information has been created TAInfoRequest400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. String Up
delete /{taInformationID}
Delete teaching assistant information (deleteTAInfo)
Delete teaching assistant information
Path parameters
taInformationID (required)
Path Parameter x2014; Identification of the TA information
Return type
String
Example data
Content-Type: application/json
"aeiou"
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Service request is OK and a response has been generated. String400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. String Up
get /courseID/{courseID}
Get teaching assistant information by course (getByCourse)
Get teaching assistant information by course
Path parameters
courseID (required)
Path Parameter x2014; Identification of the course
Return type
Example data
Content-Type: application/json
{ "officePhone" : "aeiou", "mobilePhone" : "aeiou", "hidden" : "aeiou", "officeLocation" : "aeiou", "byAppointment" : "aeiou", "homePhone" : "aeiou", "name" : "aeiou", "professionalTitle" : "aeiou", "personID" : "aeiou", "id" : "aeiou", "courseID" : "aeiou", "email" : "aeiou"}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Service request is OK and a response has been generated. TAInfoResponse400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. String Up
get /{taInformationID}
Get teaching assistant information by ID (getByID)
Get teaching assistant information by ID
Path parameters
taInformationID (required)
Path Parameter x2014; Identification of the TA information
Return type
Example data
Content-Type: application/json
{ "officePhone" : "aeiou", "mobilePhone" : "aeiou", "hidden" : "aeiou", "officeLocation" : "aeiou", "byAppointment" : "aeiou", "homePhone" : "aeiou", "name" : "aeiou", "professionalTitle" : "aeiou", "personID" : "aeiou", "id" : "aeiou", "courseID" : "aeiou", "email" : "aeiou"}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Service request is OK and a response has been generated. TAInfoResponse400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. String Up
get /courseID/{courseID}/hidden/{hidden}
Get hidden teaching assistant by course (getHiddenByCourse)
Get hidden teaching assistant by course
Path parameters
courseID (required)
Path Parameter x2014; Identification of the course
hidden (required)
Path Parameter x2014; Hidden
Return type
Example data
Content-Type: application/json
{ "officePhone" : "aeiou", "mobilePhone" : "aeiou", "hidden" : "aeiou", "officeLocation" : "aeiou", "byAppointment" : "aeiou", "homePhone" : "aeiou", "name" : "aeiou", "professionalTitle" : "aeiou", "personID" : "aeiou", "id" : "aeiou", "courseID" : "aeiou", "email" : "aeiou"}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Service request is OK and a response has been generated. TAInfoResponse400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. String Up
put /{taInformationID}
Modify teaching assistant information (modifyTAInfo)
Modify teaching assistant information
Path parameters
taInformationID (required)
Path Parameter x2014; Identification of the TA information
Return type
Example data
Content-Type: application/json
{ "officePhone" : "aeiou", "mobilePhone" : "aeiou", "hidden" : "aeiou", "officeLocation" : "aeiou", "byAppointment" : true, "homePhone" : "aeiou", "name" : "aeiou", "professionalTitle" : "aeiou", "personID" : "aeiou", "courseID" : "aeiou", "email" : "aeiou"}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
application/xml
Responses
200
Service request is OK and a response has been generated. TAInfoRequest400
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response. String403
The user does not have access to the resource. String404
The target resource can not be found for the provided resource identifiers. String405
The service method is not supported by the service. String409
A conflict has occurred. The response structure may contain information about the conflict. String500
An error occurred generating the response to the service request. This is strictly a server error and not an application error. StringModels
[ Jump to Methods ]Table of Contents
TAInfoRequest - Up
personID (optional)
name (optional)
officeLocation (optional)
officePhone (optional)
email (optional)
professionalTitle (optional)
homePhone (optional)
mobilePhone (optional)
byAppointment (optional)
hidden (optional)
courseID (optional)
TAInfoResponse - Up
personID (optional)
name (optional)
officeLocation (optional)
officePhone (optional)
email (optional)
professionalTitle (optional)
homePhone (optional)
mobilePhone (optional)
byAppointment (optional)
hidden (optional)
courseID (optional)
id (optional)
Service Path:
/domains/legacy/coursebuilder/teachingassistantinformation
Domain or University API:
D