C# 클래스 inBloomApiLibrary.StudentDataService

상속: ServiceBase
파일 보기 프로젝트 열기: upeo/inbloom-dotnet

공개 메소드들

메소드 설명
DeleteStudentAcademicRecords ( string accessToken, string studentId ) : string

Deletes student Academic Records details.

DeleteStudentAssessments ( string accessToken, string studentId ) : string

Deletes student Assessments details.

DeleteStudentCohortAssociations ( string accessToken, string studentId ) : string

Deletes student Cohort Associations details.

DeleteStudentCompetencies ( string accessToken, string studentId ) : string

Deletes student Competencies details.

DeleteStudentCompetencyObjectives ( string accessToken, string studentId ) : string

Deletes student Competency Objectives details.

DeleteStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : string

Deletes student Discipline Incident Associations details.

DeleteStudentGradebookEntries ( string accessToken, string studentId ) : string

Deletes student Gradebook Entries details.

DeleteStudentParentAssociations ( string accessToken, string studentId ) : string

Deletes student Parent Associations details.

DeleteStudentProgramAssociations ( string accessToken, string studentId ) : string

Deletes student Program Associations details.

DeleteStudentSchoolAssociations ( string accessToken, string studentId ) : string

Deletes student School Associations details.

DeleteStudentSectionAssociations ( string accessToken, string studentId ) : string

Deletes student Section Associations details.

DeleteStudents ( string accessToken, string studentId ) : string

Deletes Students details.

GetStudentAcademicRecordById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student academic records details by id.

GetStudentAcademicRecordCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student academic records custom details.

GetStudentAcademicRecords ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student academic records details.

GetStudentAssessmentAssessments ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets assessments within the student assessments.

GetStudentAssessmentById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student assessments details by id.

GetStudentAssessmentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student assessments custom details.

GetStudentAssessmentStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets students within the student assessments.

GetStudentAssessments ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student assessments details.

GetStudentAttendances ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets attendances within the students.

GetStudentAttendancesAsync ( string accessToken, string studentId, int limit ) : Task

Gets attendances within the students.

GetStudentById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Get student by ID

GetStudentByIdAsync ( string accessToken, string studentId ) : Task

Get student by ID

GetStudentCohortAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student cohort associations details by id.

GetStudentCohortAssociationCohorts ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets cohorts within the student cohort associations details.

GetStudentCohortAssociationCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student cohort associations custom details.

GetStudentCohortAssociationStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets students within the student cohort associations details.

GetStudentCohortAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student cohort associations details.

GetStudentCompetencies ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student competencies details.

GetStudentCompetenciesById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student competencies details by id.

GetStudentCompetenciesCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student competencies custom details.

GetStudentCompetenciesReportCards ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets report cards within the student competencies.

GetStudentCompetencyObjectiveById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student competency objectives details by id.

GetStudentCompetencyObjectiveCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student competency objectives custom details.

GetStudentCompetencyObjectives ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student competency objectives details.

GetStudentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets students custom details.

GetStudentCustomAsync ( string accessToken, string studentId ) : Task

Gets students custom details.

GetStudentDisciplineIncidentAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student discipline incident associations details by id.

GetStudentDisciplineIncidentAssociationCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student discipline incident associations custom details.

GetStudentDisciplineIncidentAssociationDisciplineIncidents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets discipline incidents within the student discipline incident associations.

GetStudentDisciplineIncidentAssociationStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets students within the student discipline incident associations.

GetStudentDisciplineIncidentAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student discipline incident associations details.

GetStudentGradeBookEntries ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets student grade book entries details.

GetStudentGradeBookEntries ( string accessToken, int limit, int offset ) : Newtonsoft.Json.Linq.JArray

Gets student grade book entries details.

GetStudentGradeBookEntriesById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student grade book entries details by id.

GetStudentGradeBookEntriesCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student grade book entries custom details.

GetStudentParentAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Gets student parent associations details by id.

GetStudentParentAssociationCustom ( string accessToken, string studentId ) : JArray

Gets student parent associations custom details.

GetStudentParentAssociationParents ( string accessToken, string studentId ) : JArray

Gets parents within the student parent associations details.

GetStudentParentAssociationStudents ( string accessToken, string studentId ) : JArray

Gets students within the student parent associations.

GetStudentParentAssociations ( string accessToken ) : JArray

Gets student parent associations details.

GetStudentProgramAssociationById ( string accessToken, string studentId ) : JArray

Gets student program associations details by id.

GetStudentProgramAssociationByProgramId ( string accessToken, string studentId ) : JArray

Gets student program associations details by program id.

GetStudentProgramAssociationCustom ( string accessToken, string studentId ) : JArray

Gets student program associations custom details.

GetStudentProgramAssociationPrograms ( string accessToken, string studentId ) : JArray

Gets programs within the student program associations.

GetStudentProgramAssociationStudents ( string accessToken, string studentId ) : JArray

Gets students within the student program associations.

GetStudentProgramAssociations ( string accessToken ) : JArray

Gets student program associations details.

GetStudentReportCards ( string accessToken, string studentId ) : JArray

Gets report cards within the students.

GetStudentReportCardsAsync ( string accessToken, string studentId ) : Task

Gets report cards within the students.

GetStudentSchoolAssociationById ( string accessToken, string studentId ) : JArray

Gets student school associations details by id.

GetStudentSchoolAssociationCustom ( string accessToken, string studentId ) : JArray

Gets student school associations custom details.

GetStudentSchoolAssociationSchools ( string accessToken, string studentId ) : JArray

Gets schools within the student school associations.

GetStudentSchoolAssociationStudents ( string accessToken, string studentId ) : JArray

Gets students within the student school associations.

GetStudentSchoolAssociations ( string accessToken ) : JArray

Gets student school associations details.

GetStudentSectionAssociationById ( string accessToken, string studentId ) : JArray

Gets student section associations details by id.

GetStudentSectionAssociationCustom ( string accessToken, string studentId ) : JArray

Gets student section associations custom details.

GetStudentSectionAssociationGrades ( string accessToken, string studentId ) : JArray

Gets grades within the student section associations.

GetStudentSectionAssociationSections ( string accessToken, string studentId ) : JArray

Gets sections within the student section associations.

GetStudentSectionAssociationStudentCompetencies ( string accessToken, string studentId ) : JArray

Gets student competencies within the student section associations.

GetStudentSectionAssociationStudents ( string accessToken, string studentId ) : JArray

Gets students within the student section associations.

GetStudentSectionAssociations ( string accessToken ) : JArray

Gets student section associations details.

GetStudentSectionAssociations ( string accessToken, int limit, int offset, string views ) : JArray

Gets student section associations details.

GetStudentStudentAssessmentAssessments ( string accessToken, string studentId ) : JArray

Gets assessments in student assessments within the students.

GetStudentStudentAssessmentAssessmentsAsync ( string accessToken, string studentId ) : Task

Gets assessments in student assessments within the students.

GetStudentStudentAssessments ( string accessToken, string studentId ) : JArray

Gets student assessments within the students.

GetStudentStudentAssessmentsAsync ( string accessToken, string studentId ) : Task

Gets student assessments within the students.

GetStudentStudentCohortAssociationCohorts ( string accessToken, string studentId ) : JArray

Gets cohorts in student cohort associations within the students.

GetStudentStudentCohortAssociationCohortsAsync ( string accessToken, string studentId ) : Task

Gets cohorts in student cohort associations within the students.

GetStudentStudentCohortAssociations ( string accessToken, string studentId ) : JArray

Gets student cohort associations within the students.

GetStudentStudentCohortAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student cohort associations within the students.

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidents ( string accessToken, string studentId ) : JArray

Gets discipline incidents in student discipline incident associations within the students.

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidentsAsync ( string accessToken, string studentId ) : Task

Gets discipline incidents in student discipline incident associations within the students.

GetStudentStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : JArray

Gets student discipline incident associations within the students.

GetStudentStudentDisciplineIncidentAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student discipline incident associations within the students.

GetStudentStudentParentAssociationParents ( string accessToken, string studentId ) : JArray

Gets parents in student parent associations within the students.

GetStudentStudentParentAssociations ( string accessToken, string studentId ) : JArray

Gets student parent associations within the students.

GetStudentStudentParentAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student parent associations within the students.

GetStudentStudentProgramAssociationPrograms ( string accessToken, string studentId ) : JArray

Gets programs in student program associations within the students.

GetStudentStudentProgramAssociationProgramsAsync ( string accessToken, string studentId ) : Task

Gets programs in student program associations within the students.

GetStudentStudentProgramAssociations ( string accessToken, string studentId ) : JArray

Gets student program associations within the students.

GetStudentStudentProgramAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student program associations within the students.

GetStudentStudentSchoolAssociationSchools ( string accessToken, string studentId ) : JArray

Gets schools in student school associations within the students.

GetStudentStudentSchoolAssociationSchoolsAsync ( string accessToken, string studentId ) : Task

Gets schools in student school associations within the students.

GetStudentStudentSchoolAssociations ( string accessToken, string studentId ) : JArray

Gets student school associations within the students.

GetStudentStudentSchoolAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student school associations within the students.

GetStudentStudentSectionAssociationSections ( string accessToken, string studentId ) : JArray

Gets sections in student section associations within the students.

GetStudentStudentSectionAssociationSectionsAsync ( string accessToken, string studentId ) : Task

Gets sections in student section associations within the students.

GetStudentStudentSectionAssociations ( string accessToken, string studentId ) : JArray

Gets student section associations within the students.

GetStudentStudentSectionAssociations ( string accessToken, string studentId, string views ) : JArray

Gets student section associations within the students.

GetStudentStudentSectionAssociationsAsync ( string accessToken, string studentId ) : Task

Gets student section associations within the students.

GetStudents ( string accessToken ) : JArray

Gets students details.

GetStudents ( string accessToken, int limit, int offset ) : JArray

Gets students details.

GetStudentsAsync ( string accessToken, int limit, int offset ) : Task

Gets students details.

PostStudentAcademicRecords ( string accessToken, string data ) : string

Creates student Academic Records details.

PostStudentAssessments ( string accessToken, string data ) : string

Creates student Assessments details.

PostStudentCohortAssociations ( string accessToken, string data ) : string

Creates student Cohort Associations details.

PostStudentCompetencies ( string accessToken, string data ) : string

Creates student Competencies details.

PostStudentCompetencyObjectives ( string accessToken, string data ) : string

Creates student Competency Objectives details.

PostStudentDisciplineIncidentAssociations ( string accessToken, string data ) : string

Creates student Discipline Incident Associations details.

PostStudentGradebookEntries ( string accessToken, string data ) : string

Creates student Gradebook Entries details.

PostStudentParentAssociations ( string accessToken, string data ) : string

Creates student Parent Associations details.

PostStudentProgramAssociations ( string accessToken, string data ) : string

Creates student Program Associations details.

PostStudentSchoolAssociations ( string accessToken, string data ) : string

Creates student School Associations details.

PostStudentSectionAssociations ( string accessToken, string data ) : string

Creates student Section Associations details.

PostStudents ( string accessToken, string data ) : string

Creates Students details.

PutStudentAcademicRecords ( string accessToken, string data, string studentId ) : string

Updates student Academic Records details.

PutStudentAssessments ( string accessToken, string data, string studentId ) : string

Updates student Assessments details.

PutStudentCohortAssociations ( string accessToken, string data, string studentId ) : string

Updates student Cohort Associations details.

PutStudentCompetencies ( string accessToken, string data, string studentId ) : string

Updates student Competencies details.

PutStudentCompetencyObjectives ( string accessToken, string data, string studentId ) : string

Updates student Competency Objectives details.

PutStudentDisciplineIncidentAssociations ( string accessToken, string data, string studentId ) : string

Updates student Discipline Incident Associations details.

PutStudentGradebookEntries ( string accessToken, string data, string studentId ) : string

Updates student Gradebook Entries details.

PutStudentParentAssociations ( string accessToken, string data, string studentId ) : string

Updates student Parent Associations details.

PutStudentProgramAssociations ( string accessToken, string data, string studentId ) : string

Updates student Program Associations details.

PutStudentSchoolAssociations ( string accessToken, string data, string studentId ) : string

Updates student School Associations details.

PutStudentSectionAssociations ( string accessToken, string data, string studentId ) : string

Updates student Section Associations details.

PutStudents ( string accessToken, string data, string studentId ) : string

Updates Students details.

비공개 메소드들

메소드 설명
GetStudentCourseTranscriptCourses ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
GetStudentCourseTranscripts ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

메소드 상세

DeleteStudentAcademicRecords() 공개 메소드

Deletes student Academic Records details.
public DeleteStudentAcademicRecords ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentAssessments() 공개 메소드

Deletes student Assessments details.
public DeleteStudentAssessments ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentCohortAssociations() 공개 메소드

Deletes student Cohort Associations details.
public DeleteStudentCohortAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentCompetencies() 공개 메소드

Deletes student Competencies details.
public DeleteStudentCompetencies ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentCompetencyObjectives() 공개 메소드

Deletes student Competency Objectives details.
public DeleteStudentCompetencyObjectives ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentDisciplineIncidentAssociations() 공개 메소드

Deletes student Discipline Incident Associations details.
public DeleteStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentGradebookEntries() 공개 메소드

Deletes student Gradebook Entries details.
public DeleteStudentGradebookEntries ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentParentAssociations() 공개 메소드

Deletes student Parent Associations details.
public DeleteStudentParentAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentProgramAssociations() 공개 메소드

Deletes student Program Associations details.
public DeleteStudentProgramAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentSchoolAssociations() 공개 메소드

Deletes student School Associations details.
public DeleteStudentSchoolAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudentSectionAssociations() 공개 메소드

Deletes student Section Associations details.
public DeleteStudentSectionAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

DeleteStudents() 공개 메소드

Deletes Students details.
public DeleteStudents ( string accessToken, string studentId ) : string
accessToken string
studentId string
리턴 string

GetStudentAcademicRecordById() 공개 메소드

Gets student academic records details by id.
public GetStudentAcademicRecordById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAcademicRecordCustom() 공개 메소드

Gets student academic records custom details.
public GetStudentAcademicRecordCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAcademicRecords() 공개 메소드

Gets student academic records details.
public GetStudentAcademicRecords ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAssessmentAssessments() 공개 메소드

Gets assessments within the student assessments.
public GetStudentAssessmentAssessments ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAssessmentById() 공개 메소드

Gets student assessments details by id.
public GetStudentAssessmentById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAssessmentCustom() 공개 메소드

Gets student assessments custom details.
public GetStudentAssessmentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAssessmentStudents() 공개 메소드

Gets students within the student assessments.
public GetStudentAssessmentStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAssessments() 공개 메소드

Gets student assessments details.
public GetStudentAssessments ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAttendances() 공개 메소드

Gets attendances within the students.
public GetStudentAttendances ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentAttendancesAsync() 공개 메소드

Gets attendances within the students.
public GetStudentAttendancesAsync ( string accessToken, string studentId, int limit ) : Task
accessToken string
studentId string
limit int
리턴 Task

GetStudentById() 공개 메소드

Get student by ID
public GetStudentById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentByIdAsync() 공개 메소드

Get student by ID
public GetStudentByIdAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentCohortAssociationById() 공개 메소드

Gets student cohort associations details by id.
public GetStudentCohortAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCohortAssociationCohorts() 공개 메소드

Gets cohorts within the student cohort associations details.
public GetStudentCohortAssociationCohorts ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCohortAssociationCustom() 공개 메소드

Gets student cohort associations custom details.
public GetStudentCohortAssociationCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCohortAssociationStudents() 공개 메소드

Gets students within the student cohort associations details.
public GetStudentCohortAssociationStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCohortAssociations() 공개 메소드

Gets student cohort associations details.
public GetStudentCohortAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetencies() 공개 메소드

Gets student competencies details.
public GetStudentCompetencies ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetenciesById() 공개 메소드

Gets student competencies details by id.
public GetStudentCompetenciesById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetenciesCustom() 공개 메소드

Gets student competencies custom details.
public GetStudentCompetenciesCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetenciesReportCards() 공개 메소드

Gets report cards within the student competencies.
public GetStudentCompetenciesReportCards ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetencyObjectiveById() 공개 메소드

Gets student competency objectives details by id.
public GetStudentCompetencyObjectiveById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetencyObjectiveCustom() 공개 메소드

Gets student competency objectives custom details.
public GetStudentCompetencyObjectiveCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCompetencyObjectives() 공개 메소드

Gets student competency objectives details.
public GetStudentCompetencyObjectives ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCustom() 공개 메소드

Gets students custom details.
public GetStudentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentCustomAsync() 공개 메소드

Gets students custom details.
public GetStudentCustomAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentDisciplineIncidentAssociationById() 공개 메소드

Gets student discipline incident associations details by id.
public GetStudentDisciplineIncidentAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentDisciplineIncidentAssociationCustom() 공개 메소드

Gets student discipline incident associations custom details.
public GetStudentDisciplineIncidentAssociationCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentDisciplineIncidentAssociationDisciplineIncidents() 공개 메소드

Gets discipline incidents within the student discipline incident associations.
public GetStudentDisciplineIncidentAssociationDisciplineIncidents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentDisciplineIncidentAssociationStudents() 공개 메소드

Gets students within the student discipline incident associations.
public GetStudentDisciplineIncidentAssociationStudents ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentDisciplineIncidentAssociations() 공개 메소드

Gets student discipline incident associations details.
public GetStudentDisciplineIncidentAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntries() 공개 메소드

Gets student grade book entries details.
public GetStudentGradeBookEntries ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntries() 공개 메소드

Gets student grade book entries details.
public GetStudentGradeBookEntries ( string accessToken, int limit, int offset ) : Newtonsoft.Json.Linq.JArray
accessToken string
limit int
offset int
리턴 Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntriesById() 공개 메소드

Gets student grade book entries details by id.
public GetStudentGradeBookEntriesById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntriesCustom() 공개 메소드

Gets student grade book entries custom details.
public GetStudentGradeBookEntriesCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentParentAssociationById() 공개 메소드

Gets student parent associations details by id.
public GetStudentParentAssociationById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
리턴 Newtonsoft.Json.Linq.JArray

GetStudentParentAssociationCustom() 공개 메소드

Gets student parent associations custom details.
public GetStudentParentAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentParentAssociationParents() 공개 메소드

Gets parents within the student parent associations details.
public GetStudentParentAssociationParents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentParentAssociationStudents() 공개 메소드

Gets students within the student parent associations.
public GetStudentParentAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentParentAssociations() 공개 메소드

Gets student parent associations details.
public GetStudentParentAssociations ( string accessToken ) : JArray
accessToken string
리턴 JArray

GetStudentProgramAssociationById() 공개 메소드

Gets student program associations details by id.
public GetStudentProgramAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentProgramAssociationByProgramId() 공개 메소드

Gets student program associations details by program id.
public GetStudentProgramAssociationByProgramId ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentProgramAssociationCustom() 공개 메소드

Gets student program associations custom details.
public GetStudentProgramAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentProgramAssociationPrograms() 공개 메소드

Gets programs within the student program associations.
public GetStudentProgramAssociationPrograms ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentProgramAssociationStudents() 공개 메소드

Gets students within the student program associations.
public GetStudentProgramAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentProgramAssociations() 공개 메소드

Gets student program associations details.
public GetStudentProgramAssociations ( string accessToken ) : JArray
accessToken string
리턴 JArray

GetStudentReportCards() 공개 메소드

Gets report cards within the students.
public GetStudentReportCards ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentReportCardsAsync() 공개 메소드

Gets report cards within the students.
public GetStudentReportCardsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentSchoolAssociationById() 공개 메소드

Gets student school associations details by id.
public GetStudentSchoolAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSchoolAssociationCustom() 공개 메소드

Gets student school associations custom details.
public GetStudentSchoolAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSchoolAssociationSchools() 공개 메소드

Gets schools within the student school associations.
public GetStudentSchoolAssociationSchools ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSchoolAssociationStudents() 공개 메소드

Gets students within the student school associations.
public GetStudentSchoolAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSchoolAssociations() 공개 메소드

Gets student school associations details.
public GetStudentSchoolAssociations ( string accessToken ) : JArray
accessToken string
리턴 JArray

GetStudentSectionAssociationById() 공개 메소드

Gets student section associations details by id.
public GetStudentSectionAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociationCustom() 공개 메소드

Gets student section associations custom details.
public GetStudentSectionAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociationGrades() 공개 메소드

Gets grades within the student section associations.
public GetStudentSectionAssociationGrades ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociationSections() 공개 메소드

Gets sections within the student section associations.
public GetStudentSectionAssociationSections ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociationStudentCompetencies() 공개 메소드

Gets student competencies within the student section associations.
public GetStudentSectionAssociationStudentCompetencies ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociationStudents() 공개 메소드

Gets students within the student section associations.
public GetStudentSectionAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentSectionAssociations() 공개 메소드

Gets student section associations details.
public GetStudentSectionAssociations ( string accessToken ) : JArray
accessToken string
리턴 JArray

GetStudentSectionAssociations() 공개 메소드

Gets student section associations details.
public GetStudentSectionAssociations ( string accessToken, int limit, int offset, string views ) : JArray
accessToken string
limit int
offset int
views string
리턴 JArray

GetStudentStudentAssessmentAssessments() 공개 메소드

Gets assessments in student assessments within the students.
public GetStudentStudentAssessmentAssessments ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentAssessmentAssessmentsAsync() 공개 메소드

Gets assessments in student assessments within the students.
public GetStudentStudentAssessmentAssessmentsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentAssessments() 공개 메소드

Gets student assessments within the students.
public GetStudentStudentAssessments ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentAssessmentsAsync() 공개 메소드

Gets student assessments within the students.
public GetStudentStudentAssessmentsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentCohortAssociationCohorts() 공개 메소드

Gets cohorts in student cohort associations within the students.
public GetStudentStudentCohortAssociationCohorts ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentCohortAssociationCohortsAsync() 공개 메소드

Gets cohorts in student cohort associations within the students.
public GetStudentStudentCohortAssociationCohortsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentCohortAssociations() 공개 메소드

Gets student cohort associations within the students.
public GetStudentStudentCohortAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentCohortAssociationsAsync() 공개 메소드

Gets student cohort associations within the students.
public GetStudentStudentCohortAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidents() 공개 메소드

Gets discipline incidents in student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociationDisciplineIncidents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidentsAsync() 공개 메소드

Gets discipline incidents in student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociationDisciplineIncidentsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentDisciplineIncidentAssociations() 공개 메소드

Gets student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentDisciplineIncidentAssociationsAsync() 공개 메소드

Gets student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentParentAssociationParents() 공개 메소드

Gets parents in student parent associations within the students.
public GetStudentStudentParentAssociationParents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentParentAssociations() 공개 메소드

Gets student parent associations within the students.
public GetStudentStudentParentAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentParentAssociationsAsync() 공개 메소드

Gets student parent associations within the students.
public GetStudentStudentParentAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentProgramAssociationPrograms() 공개 메소드

Gets programs in student program associations within the students.
public GetStudentStudentProgramAssociationPrograms ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentProgramAssociationProgramsAsync() 공개 메소드

Gets programs in student program associations within the students.
public GetStudentStudentProgramAssociationProgramsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentProgramAssociations() 공개 메소드

Gets student program associations within the students.
public GetStudentStudentProgramAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentProgramAssociationsAsync() 공개 메소드

Gets student program associations within the students.
public GetStudentStudentProgramAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentSchoolAssociationSchools() 공개 메소드

Gets schools in student school associations within the students.
public GetStudentStudentSchoolAssociationSchools ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentSchoolAssociationSchoolsAsync() 공개 메소드

Gets schools in student school associations within the students.
public GetStudentStudentSchoolAssociationSchoolsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentSchoolAssociations() 공개 메소드

Gets student school associations within the students.
public GetStudentStudentSchoolAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentSchoolAssociationsAsync() 공개 메소드

Gets student school associations within the students.
public GetStudentStudentSchoolAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentSectionAssociationSections() 공개 메소드

Gets sections in student section associations within the students.
public GetStudentStudentSectionAssociationSections ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentSectionAssociationSectionsAsync() 공개 메소드

Gets sections in student section associations within the students.
public GetStudentStudentSectionAssociationSectionsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudentStudentSectionAssociations() 공개 메소드

Gets student section associations within the students.
public GetStudentStudentSectionAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
리턴 JArray

GetStudentStudentSectionAssociations() 공개 메소드

Gets student section associations within the students.
public GetStudentStudentSectionAssociations ( string accessToken, string studentId, string views ) : JArray
accessToken string
studentId string
views string
리턴 JArray

GetStudentStudentSectionAssociationsAsync() 공개 메소드

Gets student section associations within the students.
public GetStudentStudentSectionAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
리턴 Task

GetStudents() 공개 메소드

Gets students details.
public GetStudents ( string accessToken ) : JArray
accessToken string
리턴 JArray

GetStudents() 공개 메소드

Gets students details.
public GetStudents ( string accessToken, int limit, int offset ) : JArray
accessToken string
limit int
offset int
리턴 JArray

GetStudentsAsync() 공개 메소드

Gets students details.
public GetStudentsAsync ( string accessToken, int limit, int offset ) : Task
accessToken string
limit int
offset int
리턴 Task

PostStudentAcademicRecords() 공개 메소드

Creates student Academic Records details.
public PostStudentAcademicRecords ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentAssessments() 공개 메소드

Creates student Assessments details.
public PostStudentAssessments ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentCohortAssociations() 공개 메소드

Creates student Cohort Associations details.
public PostStudentCohortAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentCompetencies() 공개 메소드

Creates student Competencies details.
public PostStudentCompetencies ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentCompetencyObjectives() 공개 메소드

Creates student Competency Objectives details.
public PostStudentCompetencyObjectives ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentDisciplineIncidentAssociations() 공개 메소드

Creates student Discipline Incident Associations details.
public PostStudentDisciplineIncidentAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentGradebookEntries() 공개 메소드

Creates student Gradebook Entries details.
public PostStudentGradebookEntries ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentParentAssociations() 공개 메소드

Creates student Parent Associations details.
public PostStudentParentAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentProgramAssociations() 공개 메소드

Creates student Program Associations details.
public PostStudentProgramAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentSchoolAssociations() 공개 메소드

Creates student School Associations details.
public PostStudentSchoolAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudentSectionAssociations() 공개 메소드

Creates student Section Associations details.
public PostStudentSectionAssociations ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PostStudents() 공개 메소드

Creates Students details.
public PostStudents ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PutStudentAcademicRecords() 공개 메소드

Updates student Academic Records details.
public PutStudentAcademicRecords ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentAssessments() 공개 메소드

Updates student Assessments details.
public PutStudentAssessments ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentCohortAssociations() 공개 메소드

Updates student Cohort Associations details.
public PutStudentCohortAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentCompetencies() 공개 메소드

Updates student Competencies details.
public PutStudentCompetencies ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentCompetencyObjectives() 공개 메소드

Updates student Competency Objectives details.
public PutStudentCompetencyObjectives ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentDisciplineIncidentAssociations() 공개 메소드

Updates student Discipline Incident Associations details.
public PutStudentDisciplineIncidentAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentGradebookEntries() 공개 메소드

Updates student Gradebook Entries details.
public PutStudentGradebookEntries ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentParentAssociations() 공개 메소드

Updates student Parent Associations details.
public PutStudentParentAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentProgramAssociations() 공개 메소드

Updates student Program Associations details.
public PutStudentProgramAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentSchoolAssociations() 공개 메소드

Updates student School Associations details.
public PutStudentSchoolAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudentSectionAssociations() 공개 메소드

Updates student Section Associations details.
public PutStudentSectionAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string

PutStudents() 공개 메소드

Updates Students details.
public PutStudents ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
리턴 string