regis

<back to all web services

GradeByCourseRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Academic/{secUUID}/Grade
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class GradeByCourseRequest
    {
        public String secUUID = null;
        public Boolean include_crosslist = null;
        
        public String getSecUUID() { return secUUID; }
        public GradeByCourseRequest setSecUUID(String value) { this.secUUID = value; return this; }
        public Boolean isIncludeCrosslist() { return include_crosslist; }
        public GradeByCourseRequest setIncludeCrosslist(Boolean value) { this.include_crosslist = value; return this; }
    }

    public static class GradeByCourseResponse
    {
        public ResponseStatus responseStatus = null;
        public String secUUID = null;
        public Date gradingEndDate = null;
        public Date overrideGradingEndDate = null;
        public String course_name = null;
        public String title = null;
        public String term = null;
        public Boolean crosslists_included = null;
        public Boolean has_crosslists = null;
        public ArrayList<StudentAcademicCredentialAndStudentResponse> studentAcademicCredentials = null;
        public ArrayList<StudentAcademicCredentialAndStudentResponse> studentAcademicCredentialRetakes = null;
        public ArrayList<StudentAcademicCredentialExtensionResponse> studentAcademicCredentialExtensions = null;
        public ArrayList<GradeResponse> validGrades = null;
        
        public ResponseStatus getResponseStatus() { return responseStatus; }
        public GradeByCourseResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
        public String getSecUUID() { return secUUID; }
        public GradeByCourseResponse setSecUUID(String value) { this.secUUID = value; return this; }
        public Date getGradingEndDate() { return gradingEndDate; }
        public GradeByCourseResponse setGradingEndDate(Date value) { this.gradingEndDate = value; return this; }
        public Date getOverrideGradingEndDate() { return overrideGradingEndDate; }
        public GradeByCourseResponse setOverrideGradingEndDate(Date value) { this.overrideGradingEndDate = value; return this; }
        public String getCourseName() { return course_name; }
        public GradeByCourseResponse setCourseName(String value) { this.course_name = value; return this; }
        public String getTitle() { return title; }
        public GradeByCourseResponse setTitle(String value) { this.title = value; return this; }
        public String getTerm() { return term; }
        public GradeByCourseResponse setTerm(String value) { this.term = value; return this; }
        public Boolean isCrosslistsIncluded() { return crosslists_included; }
        public GradeByCourseResponse setCrosslistsIncluded(Boolean value) { this.crosslists_included = value; return this; }
        public Boolean isHasCrosslists() { return has_crosslists; }
        public GradeByCourseResponse setHasCrosslists(Boolean value) { this.has_crosslists = value; return this; }
        public ArrayList<StudentAcademicCredentialAndStudentResponse> getStudentAcademicCredentials() { return studentAcademicCredentials; }
        public GradeByCourseResponse setStudentAcademicCredentials(ArrayList<StudentAcademicCredentialAndStudentResponse> value) { this.studentAcademicCredentials = value; return this; }
        public ArrayList<StudentAcademicCredentialAndStudentResponse> getStudentAcademicCredentialRetakes() { return studentAcademicCredentialRetakes; }
        public GradeByCourseResponse setStudentAcademicCredentialRetakes(ArrayList<StudentAcademicCredentialAndStudentResponse> value) { this.studentAcademicCredentialRetakes = value; return this; }
        public ArrayList<StudentAcademicCredentialExtensionResponse> getStudentAcademicCredentialExtensions() { return studentAcademicCredentialExtensions; }
        public GradeByCourseResponse setStudentAcademicCredentialExtensions(ArrayList<StudentAcademicCredentialExtensionResponse> value) { this.studentAcademicCredentialExtensions = value; return this; }
        public ArrayList<GradeResponse> getValidGrades() { return validGrades; }
        public GradeByCourseResponse setValidGrades(ArrayList<GradeResponse> value) { this.validGrades = value; return this; }
    }

    public static class StudentAcademicCredentialAndStudentResponse
    {
        public ResponseStatus responseStatus = null;
        public String uuid = null;
        public Integer regent_id = null;
        public String student_name = null;
        public String last_name = null;
        public String first_name = null;
        public String current_program = null;
        public String applied_to_graduate_from_programs = null;
        public String additional_instructors = null;
        public String stac_uuid = null;
        public Integer section_id = null;
        public String course_name = null;
        public String section_code = null;
        public String subject = null;
        public Integer course_level = null;
        public String title = null;
        public String location = null;
        public Boolean is_audio = null;
        public BigDecimal credit_value = null;
        public BigDecimal audit_value = null;
        public Boolean is_audit = null;
        public Boolean is_pass_fail = null;
        public String grade = null;
        public Boolean is_grade_final = null;
        public BigDecimal gpa_credits = null;
        public BigDecimal grade_points = null;
        public String academic_level = null;
        public String printed_comments = null;
        public String term = null;
        public String reporting_term = null;
        public Integer reporting_year = null;
        public String current_status = null;
        public String added_by = null;
        public Date added_date = null;
        public String changed_by = null;
        public Date changed_date = null;
        
        public ResponseStatus getResponseStatus() { return responseStatus; }
        public StudentAcademicCredentialAndStudentResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
        public String getUuid() { return uuid; }
        public StudentAcademicCredentialAndStudentResponse setUuid(String value) { this.uuid = value; return this; }
        public Integer getRegentId() { return regent_id; }
        public StudentAcademicCredentialAndStudentResponse setRegentId(Integer value) { this.regent_id = value; return this; }
        public String getStudentName() { return student_name; }
        public StudentAcademicCredentialAndStudentResponse setStudentName(String value) { this.student_name = value; return this; }
        public String getLastName() { return last_name; }
        public StudentAcademicCredentialAndStudentResponse setLastName(String value) { this.last_name = value; return this; }
        public String getFirstName() { return first_name; }
        public StudentAcademicCredentialAndStudentResponse setFirstName(String value) { this.first_name = value; return this; }
        public String getCurrentProgram() { return current_program; }
        public StudentAcademicCredentialAndStudentResponse setCurrentProgram(String value) { this.current_program = value; return this; }
        public String getAppliedToGraduateFromPrograms() { return applied_to_graduate_from_programs; }
        public StudentAcademicCredentialAndStudentResponse setAppliedToGraduateFromPrograms(String value) { this.applied_to_graduate_from_programs = value; return this; }
        public String getAdditionalInstructors() { return additional_instructors; }
        public StudentAcademicCredentialAndStudentResponse setAdditionalInstructors(String value) { this.additional_instructors = value; return this; }
        public String getStacUuid() { return stac_uuid; }
        public StudentAcademicCredentialAndStudentResponse setStacUuid(String value) { this.stac_uuid = value; return this; }
        public Integer getSectionId() { return section_id; }
        public StudentAcademicCredentialAndStudentResponse setSectionId(Integer value) { this.section_id = value; return this; }
        public String getCourseName() { return course_name; }
        public StudentAcademicCredentialAndStudentResponse setCourseName(String value) { this.course_name = value; return this; }
        public String getSectionCode() { return section_code; }
        public StudentAcademicCredentialAndStudentResponse setSectionCode(String value) { this.section_code = value; return this; }
        public String getSubject() { return subject; }
        public StudentAcademicCredentialAndStudentResponse setSubject(String value) { this.subject = value; return this; }
        public Integer getCourseLevel() { return course_level; }
        public StudentAcademicCredentialAndStudentResponse setCourseLevel(Integer value) { this.course_level = value; return this; }
        public String getTitle() { return title; }
        public StudentAcademicCredentialAndStudentResponse setTitle(String value) { this.title = value; return this; }
        public String getLocation() { return location; }
        public StudentAcademicCredentialAndStudentResponse setLocation(String value) { this.location = value; return this; }
        public Boolean getIsAudio() { return is_audio; }
        public StudentAcademicCredentialAndStudentResponse setIsAudio(Boolean value) { this.is_audio = value; return this; }
        public BigDecimal getCreditValue() { return credit_value; }
        public StudentAcademicCredentialAndStudentResponse setCreditValue(BigDecimal value) { this.credit_value = value; return this; }
        public BigDecimal getAuditValue() { return audit_value; }
        public StudentAcademicCredentialAndStudentResponse setAuditValue(BigDecimal value) { this.audit_value = value; return this; }
        public Boolean getIsAudit() { return is_audit; }
        public StudentAcademicCredentialAndStudentResponse setIsAudit(Boolean value) { this.is_audit = value; return this; }
        public Boolean getIsPassFail() { return is_pass_fail; }
        public StudentAcademicCredentialAndStudentResponse setIsPassFail(Boolean value) { this.is_pass_fail = value; return this; }
        public String getGrade() { return grade; }
        public StudentAcademicCredentialAndStudentResponse setGrade(String value) { this.grade = value; return this; }
        public Boolean getIsGradeFinal() { return is_grade_final; }
        public StudentAcademicCredentialAndStudentResponse setIsGradeFinal(Boolean value) { this.is_grade_final = value; return this; }
        public BigDecimal getGpaCredits() { return gpa_credits; }
        public StudentAcademicCredentialAndStudentResponse setGpaCredits(BigDecimal value) { this.gpa_credits = value; return this; }
        public BigDecimal getGradePoints() { return grade_points; }
        public StudentAcademicCredentialAndStudentResponse setGradePoints(BigDecimal value) { this.grade_points = value; return this; }
        public String getAcademicLevel() { return academic_level; }
        public StudentAcademicCredentialAndStudentResponse setAcademicLevel(String value) { this.academic_level = value; return this; }
        public String getPrintedComments() { return printed_comments; }
        public StudentAcademicCredentialAndStudentResponse setPrintedComments(String value) { this.printed_comments = value; return this; }
        public String getTerm() { return term; }
        public StudentAcademicCredentialAndStudentResponse setTerm(String value) { this.term = value; return this; }
        public String getReportingTerm() { return reporting_term; }
        public StudentAcademicCredentialAndStudentResponse setReportingTerm(String value) { this.reporting_term = value; return this; }
        public Integer getReportingYear() { return reporting_year; }
        public StudentAcademicCredentialAndStudentResponse setReportingYear(Integer value) { this.reporting_year = value; return this; }
        public String getCurrentStatus() { return current_status; }
        public StudentAcademicCredentialAndStudentResponse setCurrentStatus(String value) { this.current_status = value; return this; }
        public String getAddedBy() { return added_by; }
        public StudentAcademicCredentialAndStudentResponse setAddedBy(String value) { this.added_by = value; return this; }
        public Date getAddedDate() { return added_date; }
        public StudentAcademicCredentialAndStudentResponse setAddedDate(Date value) { this.added_date = value; return this; }
        public String getChangedBy() { return changed_by; }
        public StudentAcademicCredentialAndStudentResponse setChangedBy(String value) { this.changed_by = value; return this; }
        public Date getChangedDate() { return changed_date; }
        public StudentAcademicCredentialAndStudentResponse setChangedDate(Date value) { this.changed_date = value; return this; }
    }

    public static class StudentAcademicCredentialExtensionResponse
    {
        public String uuid = null;
        public String stac_uuid = null;
        public Integer regent_id = null;
        public String first_name = null;
        public String last_name = null;
        public String course_name = null;
        public String section_code = null;
        public String location_code = null;
        public String title = null;
        public String term = null;
        public String reporting_term = null;
        public Boolean is_audit = null;
        public Boolean is_active = null;
        public BigDecimal amount = null;
        public ArrayList<InstructorResponse> instructors = null;
        public Date due_date = null;
        public Date received_date = null;
        public String grade_penalty = null;
        public String assignments = null;
        public String comments = null;
        public Date added_date = null;
        public String added_by = null;
        public Date changed_date = null;
        public String changed_by = null;
        
        public String getUuid() { return uuid; }
        public StudentAcademicCredentialExtensionResponse setUuid(String value) { this.uuid = value; return this; }
        public String getStacUuid() { return stac_uuid; }
        public StudentAcademicCredentialExtensionResponse setStacUuid(String value) { this.stac_uuid = value; return this; }
        public Integer getRegentId() { return regent_id; }
        public StudentAcademicCredentialExtensionResponse setRegentId(Integer value) { this.regent_id = value; return this; }
        public String getFirstName() { return first_name; }
        public StudentAcademicCredentialExtensionResponse setFirstName(String value) { this.first_name = value; return this; }
        public String getLastName() { return last_name; }
        public StudentAcademicCredentialExtensionResponse setLastName(String value) { this.last_name = value; return this; }
        public String getCourseName() { return course_name; }
        public StudentAcademicCredentialExtensionResponse setCourseName(String value) { this.course_name = value; return this; }
        public String getSectionCode() { return section_code; }
        public StudentAcademicCredentialExtensionResponse setSectionCode(String value) { this.section_code = value; return this; }
        public String getLocationCode() { return location_code; }
        public StudentAcademicCredentialExtensionResponse setLocationCode(String value) { this.location_code = value; return this; }
        public String getTitle() { return title; }
        public StudentAcademicCredentialExtensionResponse setTitle(String value) { this.title = value; return this; }
        public String getTerm() { return term; }
        public StudentAcademicCredentialExtensionResponse setTerm(String value) { this.term = value; return this; }
        public String getReportingTerm() { return reporting_term; }
        public StudentAcademicCredentialExtensionResponse setReportingTerm(String value) { this.reporting_term = value; return this; }
        public Boolean getIsAudit() { return is_audit; }
        public StudentAcademicCredentialExtensionResponse setIsAudit(Boolean value) { this.is_audit = value; return this; }
        public Boolean getIsActive() { return is_active; }
        public StudentAcademicCredentialExtensionResponse setIsActive(Boolean value) { this.is_active = value; return this; }
        public BigDecimal getAmount() { return amount; }
        public StudentAcademicCredentialExtensionResponse setAmount(BigDecimal value) { this.amount = value; return this; }
        public ArrayList<InstructorResponse> getInstructors() { return instructors; }
        public StudentAcademicCredentialExtensionResponse setInstructors(ArrayList<InstructorResponse> value) { this.instructors = value; return this; }
        public Date getDueDate() { return due_date; }
        public StudentAcademicCredentialExtensionResponse setDueDate(Date value) { this.due_date = value; return this; }
        public Date getReceivedDate() { return received_date; }
        public StudentAcademicCredentialExtensionResponse setReceivedDate(Date value) { this.received_date = value; return this; }
        public String getGradePenalty() { return grade_penalty; }
        public StudentAcademicCredentialExtensionResponse setGradePenalty(String value) { this.grade_penalty = value; return this; }
        public String getAssignments() { return assignments; }
        public StudentAcademicCredentialExtensionResponse setAssignments(String value) { this.assignments = value; return this; }
        public String getComments() { return comments; }
        public StudentAcademicCredentialExtensionResponse setComments(String value) { this.comments = value; return this; }
        public Date getAddedDate() { return added_date; }
        public StudentAcademicCredentialExtensionResponse setAddedDate(Date value) { this.added_date = value; return this; }
        public String getAddedBy() { return added_by; }
        public StudentAcademicCredentialExtensionResponse setAddedBy(String value) { this.added_by = value; return this; }
        public Date getChangedDate() { return changed_date; }
        public StudentAcademicCredentialExtensionResponse setChangedDate(Date value) { this.changed_date = value; return this; }
        public String getChangedBy() { return changed_by; }
        public StudentAcademicCredentialExtensionResponse setChangedBy(String value) { this.changed_by = value; return this; }
    }

    public static class InstructorResponse
    {
        public ResponseStatus responseStatus = null;
        public Integer regent_id = null;
        public String regent_login = null;
        public String preferred_name = null;
        public String first_name = null;
        public String last_name = null;
        public String full_name = null;
        public String email = null;
        public String image_base64 = null;
        
        public ResponseStatus getResponseStatus() { return responseStatus; }
        public InstructorResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
        public Integer getRegentId() { return regent_id; }
        public InstructorResponse setRegentId(Integer value) { this.regent_id = value; return this; }
        public String getRegentLogin() { return regent_login; }
        public InstructorResponse setRegentLogin(String value) { this.regent_login = value; return this; }
        public String getPreferredName() { return preferred_name; }
        public InstructorResponse setPreferredName(String value) { this.preferred_name = value; return this; }
        public String getFirstName() { return first_name; }
        public InstructorResponse setFirstName(String value) { this.first_name = value; return this; }
        public String getLastName() { return last_name; }
        public InstructorResponse setLastName(String value) { this.last_name = value; return this; }
        public String getFullName() { return full_name; }
        public InstructorResponse setFullName(String value) { this.full_name = value; return this; }
        public String getEmail() { return email; }
        public InstructorResponse setEmail(String value) { this.email = value; return this; }
        public String getImageBase64() { return image_base64; }
        public InstructorResponse setImageBase64(String value) { this.image_base64 = value; return this; }
    }

    public static class GradeResponse
    {
        public ResponseStatus responseStatus = null;
        public Integer id = null;
        public String grade_code = null;
        public String grade_name = null;
        public BigDecimal grade_points = null;
        public Boolean gpa_credit = null;
        public Boolean completed_credit = null;
        
        public ResponseStatus getResponseStatus() { return responseStatus; }
        public GradeResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
        public Integer getId() { return id; }
        public GradeResponse setId(Integer value) { this.id = value; return this; }
        public String getGradeCode() { return grade_code; }
        public GradeResponse setGradeCode(String value) { this.grade_code = value; return this; }
        public String getGradeName() { return grade_name; }
        public GradeResponse setGradeName(String value) { this.grade_name = value; return this; }
        public BigDecimal getGradePoints() { return grade_points; }
        public GradeResponse setGradePoints(BigDecimal value) { this.grade_points = value; return this; }
        public Boolean isGpaCredit() { return gpa_credit; }
        public GradeResponse setGpaCredit(Boolean value) { this.gpa_credit = value; return this; }
        public Boolean isCompletedCredit() { return completed_credit; }
        public GradeResponse setCompletedCredit(Boolean value) { this.completed_credit = value; return this; }
    }

}

Java GradeByCourseRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Academic/{secUUID}/Grade HTTP/1.1 
Host: data.regent-college.edu 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GradeByCourseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Requests">
  <include_crosslist>false</include_crosslist>
  <secUUID>String</secUUID>
</GradeByCourseRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GradeByCourseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Responses">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <course_name>String</course_name>
  <crosslists_included>false</crosslists_included>
  <gradingEndDate>0001-01-01T00:00:00</gradingEndDate>
  <has_crosslists>false</has_crosslists>
  <overrideGradingEndDate>0001-01-01T00:00:00</overrideGradingEndDate>
  <secUUID>String</secUUID>
  <studentAcademicCredentialExtensions>
    <StudentAcademicCredentialExtensionResponse>
      <added_by>String</added_by>
      <added_date>0001-01-01T00:00:00</added_date>
      <amount>0</amount>
      <assignments>String</assignments>
      <changed_by>String</changed_by>
      <changed_date>0001-01-01T00:00:00</changed_date>
      <comments>String</comments>
      <course_name>String</course_name>
      <due_date>0001-01-01T00:00:00</due_date>
      <first_name>String</first_name>
      <grade_penalty>String</grade_penalty>
      <instructors>
        <InstructorResponse>
          <ResponseStatus xmlns:d6p1="http://schemas.servicestack.net/types">
            <d6p1:ErrorCode>String</d6p1:ErrorCode>
            <d6p1:Message>String</d6p1:Message>
            <d6p1:StackTrace>String</d6p1:StackTrace>
            <d6p1:Errors>
              <d6p1:ResponseError>
                <d6p1:ErrorCode>String</d6p1:ErrorCode>
                <d6p1:FieldName>String</d6p1:FieldName>
                <d6p1:Message>String</d6p1:Message>
                <d6p1:Meta xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                  <d9p1:KeyValueOfstringstring>
                    <d9p1:Key>String</d9p1:Key>
                    <d9p1:Value>String</d9p1:Value>
                  </d9p1:KeyValueOfstringstring>
                </d6p1:Meta>
              </d6p1:ResponseError>
            </d6p1:Errors>
            <d6p1:Meta xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:KeyValueOfstringstring>
                <d7p1:Key>String</d7p1:Key>
                <d7p1:Value>String</d7p1:Value>
              </d7p1:KeyValueOfstringstring>
            </d6p1:Meta>
          </ResponseStatus>
          <email>String</email>
          <first_name>String</first_name>
          <full_name>String</full_name>
          <image_base64>String</image_base64>
          <last_name>String</last_name>
          <preferred_name>String</preferred_name>
          <regent_id>0</regent_id>
          <regent_login>String</regent_login>
        </InstructorResponse>
      </instructors>
      <is_active>false</is_active>
      <is_audit>false</is_audit>
      <last_name>String</last_name>
      <location_code>String</location_code>
      <received_date>0001-01-01T00:00:00</received_date>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <section_code>String</section_code>
      <stac_uuid>String</stac_uuid>
      <term>String</term>
      <title>String</title>
      <uuid>String</uuid>
    </StudentAcademicCredentialExtensionResponse>
  </studentAcademicCredentialExtensions>
  <studentAcademicCredentialRetakes>
    <StudentAcademicCredentialAndStudentResponse>
      <ResponseStatus xmlns:d4p1="http://schemas.servicestack.net/types">
        <d4p1:ErrorCode>String</d4p1:ErrorCode>
        <d4p1:Message>String</d4p1:Message>
        <d4p1:StackTrace>String</d4p1:StackTrace>
        <d4p1:Errors>
          <d4p1:ResponseError>
            <d4p1:ErrorCode>String</d4p1:ErrorCode>
            <d4p1:FieldName>String</d4p1:FieldName>
            <d4p1:Message>String</d4p1:Message>
            <d4p1:Meta xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:KeyValueOfstringstring>
                <d7p1:Key>String</d7p1:Key>
                <d7p1:Value>String</d7p1:Value>
              </d7p1:KeyValueOfstringstring>
            </d4p1:Meta>
          </d4p1:ResponseError>
        </d4p1:Errors>
        <d4p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Meta>
      </ResponseStatus>
      <academic_level>String</academic_level>
      <added_by>String</added_by>
      <added_date>0001-01-01T00:00:00</added_date>
      <additional_instructors>String</additional_instructors>
      <applied_to_graduate_from_programs>String</applied_to_graduate_from_programs>
      <audit_value>0</audit_value>
      <changed_by>String</changed_by>
      <changed_date>0001-01-01T00:00:00</changed_date>
      <course_level>0</course_level>
      <course_name>String</course_name>
      <credit_value>0</credit_value>
      <current_program>String</current_program>
      <current_status>String</current_status>
      <first_name>String</first_name>
      <gpa_credits>0</gpa_credits>
      <grade>String</grade>
      <grade_points>0</grade_points>
      <is_audio>false</is_audio>
      <is_audit>false</is_audit>
      <is_grade_final>false</is_grade_final>
      <is_pass_fail>false</is_pass_fail>
      <last_name>String</last_name>
      <location>String</location>
      <printed_comments>String</printed_comments>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <reporting_year>0</reporting_year>
      <section_code>String</section_code>
      <section_id>0</section_id>
      <stac_uuid>String</stac_uuid>
      <student_name>String</student_name>
      <subject>String</subject>
      <term>String</term>
      <title>String</title>
      <uuid>String</uuid>
    </StudentAcademicCredentialAndStudentResponse>
  </studentAcademicCredentialRetakes>
  <studentAcademicCredentials>
    <StudentAcademicCredentialAndStudentResponse>
      <ResponseStatus xmlns:d4p1="http://schemas.servicestack.net/types">
        <d4p1:ErrorCode>String</d4p1:ErrorCode>
        <d4p1:Message>String</d4p1:Message>
        <d4p1:StackTrace>String</d4p1:StackTrace>
        <d4p1:Errors>
          <d4p1:ResponseError>
            <d4p1:ErrorCode>String</d4p1:ErrorCode>
            <d4p1:FieldName>String</d4p1:FieldName>
            <d4p1:Message>String</d4p1:Message>
            <d4p1:Meta xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:KeyValueOfstringstring>
                <d7p1:Key>String</d7p1:Key>
                <d7p1:Value>String</d7p1:Value>
              </d7p1:KeyValueOfstringstring>
            </d4p1:Meta>
          </d4p1:ResponseError>
        </d4p1:Errors>
        <d4p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Meta>
      </ResponseStatus>
      <academic_level>String</academic_level>
      <added_by>String</added_by>
      <added_date>0001-01-01T00:00:00</added_date>
      <additional_instructors>String</additional_instructors>
      <applied_to_graduate_from_programs>String</applied_to_graduate_from_programs>
      <audit_value>0</audit_value>
      <changed_by>String</changed_by>
      <changed_date>0001-01-01T00:00:00</changed_date>
      <course_level>0</course_level>
      <course_name>String</course_name>
      <credit_value>0</credit_value>
      <current_program>String</current_program>
      <current_status>String</current_status>
      <first_name>String</first_name>
      <gpa_credits>0</gpa_credits>
      <grade>String</grade>
      <grade_points>0</grade_points>
      <is_audio>false</is_audio>
      <is_audit>false</is_audit>
      <is_grade_final>false</is_grade_final>
      <is_pass_fail>false</is_pass_fail>
      <last_name>String</last_name>
      <location>String</location>
      <printed_comments>String</printed_comments>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <reporting_year>0</reporting_year>
      <section_code>String</section_code>
      <section_id>0</section_id>
      <stac_uuid>String</stac_uuid>
      <student_name>String</student_name>
      <subject>String</subject>
      <term>String</term>
      <title>String</title>
      <uuid>String</uuid>
    </StudentAcademicCredentialAndStudentResponse>
  </studentAcademicCredentials>
  <term>String</term>
  <title>String</title>
  <validGrades>
    <GradeResponse>
      <ResponseStatus xmlns:d4p1="http://schemas.servicestack.net/types">
        <d4p1:ErrorCode>String</d4p1:ErrorCode>
        <d4p1:Message>String</d4p1:Message>
        <d4p1:StackTrace>String</d4p1:StackTrace>
        <d4p1:Errors>
          <d4p1:ResponseError>
            <d4p1:ErrorCode>String</d4p1:ErrorCode>
            <d4p1:FieldName>String</d4p1:FieldName>
            <d4p1:Message>String</d4p1:Message>
            <d4p1:Meta xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:KeyValueOfstringstring>
                <d7p1:Key>String</d7p1:Key>
                <d7p1:Value>String</d7p1:Value>
              </d7p1:KeyValueOfstringstring>
            </d4p1:Meta>
          </d4p1:ResponseError>
        </d4p1:Errors>
        <d4p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Meta>
      </ResponseStatus>
      <completed_credit>false</completed_credit>
      <gpa_credit>false</gpa_credit>
      <grade_code>String</grade_code>
      <grade_name>String</grade_name>
      <grade_points>0</grade_points>
      <id>0</id>
    </GradeResponse>
  </validGrades>
</GradeByCourseResponse>