C# Class inBloomApiLibrary.StudentDataService

Inheritance: ServiceBase
Afficher le fichier Open project: upeo/inbloom-dotnet

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetStudentCourseTranscriptCourses ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
GetStudentCourseTranscripts ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray

Method Details

DeleteStudentAcademicRecords() public méthode

Deletes student Academic Records details.
public DeleteStudentAcademicRecords ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentAssessments() public méthode

Deletes student Assessments details.
public DeleteStudentAssessments ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentCohortAssociations() public méthode

Deletes student Cohort Associations details.
public DeleteStudentCohortAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentCompetencies() public méthode

Deletes student Competencies details.
public DeleteStudentCompetencies ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentCompetencyObjectives() public méthode

Deletes student Competency Objectives details.
public DeleteStudentCompetencyObjectives ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentDisciplineIncidentAssociations() public méthode

Deletes student Discipline Incident Associations details.
public DeleteStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentGradebookEntries() public méthode

Deletes student Gradebook Entries details.
public DeleteStudentGradebookEntries ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentParentAssociations() public méthode

Deletes student Parent Associations details.
public DeleteStudentParentAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentProgramAssociations() public méthode

Deletes student Program Associations details.
public DeleteStudentProgramAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentSchoolAssociations() public méthode

Deletes student School Associations details.
public DeleteStudentSchoolAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudentSectionAssociations() public méthode

Deletes student Section Associations details.
public DeleteStudentSectionAssociations ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

DeleteStudents() public méthode

Deletes Students details.
public DeleteStudents ( string accessToken, string studentId ) : string
accessToken string
studentId string
Résultat string

GetStudentAcademicRecordById() public méthode

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

GetStudentAcademicRecordCustom() public méthode

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

GetStudentAcademicRecords() public méthode

Gets student academic records details.
public GetStudentAcademicRecords ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentAssessmentAssessments() public méthode

Gets assessments within the student assessments.
public GetStudentAssessmentAssessments ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentAssessmentById() public méthode

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

GetStudentAssessmentCustom() public méthode

Gets student assessments custom details.
public GetStudentAssessmentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentAssessmentStudents() public méthode

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

GetStudentAssessments() public méthode

Gets student assessments details.
public GetStudentAssessments ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentAttendances() public méthode

Gets attendances within the students.
public GetStudentAttendances ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentAttendancesAsync() public méthode

Gets attendances within the students.
public GetStudentAttendancesAsync ( string accessToken, string studentId, int limit ) : Task
accessToken string
studentId string
limit int
Résultat Task

GetStudentById() public méthode

Get student by ID
public GetStudentById ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentByIdAsync() public méthode

Get student by ID
public GetStudentByIdAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentCohortAssociationById() public méthode

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

GetStudentCohortAssociationCohorts() public méthode

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

GetStudentCohortAssociationCustom() public méthode

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

GetStudentCohortAssociationStudents() public méthode

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

GetStudentCohortAssociations() public méthode

Gets student cohort associations details.
public GetStudentCohortAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentCompetencies() public méthode

Gets student competencies details.
public GetStudentCompetencies ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentCompetenciesById() public méthode

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

GetStudentCompetenciesCustom() public méthode

Gets student competencies custom details.
public GetStudentCompetenciesCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentCompetenciesReportCards() public méthode

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

GetStudentCompetencyObjectiveById() public méthode

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

GetStudentCompetencyObjectiveCustom() public méthode

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

GetStudentCompetencyObjectives() public méthode

Gets student competency objectives details.
public GetStudentCompetencyObjectives ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentCustom() public méthode

Gets students custom details.
public GetStudentCustom ( string accessToken, string studentId ) : Newtonsoft.Json.Linq.JArray
accessToken string
studentId string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentCustomAsync() public méthode

Gets students custom details.
public GetStudentCustomAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentDisciplineIncidentAssociationById() public méthode

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

GetStudentDisciplineIncidentAssociationCustom() public méthode

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

GetStudentDisciplineIncidentAssociationDisciplineIncidents() public méthode

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

GetStudentDisciplineIncidentAssociationStudents() public méthode

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

GetStudentDisciplineIncidentAssociations() public méthode

Gets student discipline incident associations details.
public GetStudentDisciplineIncidentAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntries() public méthode

Gets student grade book entries details.
public GetStudentGradeBookEntries ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetStudentGradeBookEntries() public méthode

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

GetStudentGradeBookEntriesById() public méthode

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

GetStudentGradeBookEntriesCustom() public méthode

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

GetStudentParentAssociationById() public méthode

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

GetStudentParentAssociationCustom() public méthode

Gets student parent associations custom details.
public GetStudentParentAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentParentAssociationParents() public méthode

Gets parents within the student parent associations details.
public GetStudentParentAssociationParents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentParentAssociationStudents() public méthode

Gets students within the student parent associations.
public GetStudentParentAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentParentAssociations() public méthode

Gets student parent associations details.
public GetStudentParentAssociations ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetStudentProgramAssociationById() public méthode

Gets student program associations details by id.
public GetStudentProgramAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentProgramAssociationByProgramId() public méthode

Gets student program associations details by program id.
public GetStudentProgramAssociationByProgramId ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentProgramAssociationCustom() public méthode

Gets student program associations custom details.
public GetStudentProgramAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentProgramAssociationPrograms() public méthode

Gets programs within the student program associations.
public GetStudentProgramAssociationPrograms ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentProgramAssociationStudents() public méthode

Gets students within the student program associations.
public GetStudentProgramAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentProgramAssociations() public méthode

Gets student program associations details.
public GetStudentProgramAssociations ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetStudentReportCards() public méthode

Gets report cards within the students.
public GetStudentReportCards ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentReportCardsAsync() public méthode

Gets report cards within the students.
public GetStudentReportCardsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentSchoolAssociationById() public méthode

Gets student school associations details by id.
public GetStudentSchoolAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSchoolAssociationCustom() public méthode

Gets student school associations custom details.
public GetStudentSchoolAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSchoolAssociationSchools() public méthode

Gets schools within the student school associations.
public GetStudentSchoolAssociationSchools ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSchoolAssociationStudents() public méthode

Gets students within the student school associations.
public GetStudentSchoolAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSchoolAssociations() public méthode

Gets student school associations details.
public GetStudentSchoolAssociations ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetStudentSectionAssociationById() public méthode

Gets student section associations details by id.
public GetStudentSectionAssociationById ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociationCustom() public méthode

Gets student section associations custom details.
public GetStudentSectionAssociationCustom ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociationGrades() public méthode

Gets grades within the student section associations.
public GetStudentSectionAssociationGrades ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociationSections() public méthode

Gets sections within the student section associations.
public GetStudentSectionAssociationSections ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociationStudentCompetencies() public méthode

Gets student competencies within the student section associations.
public GetStudentSectionAssociationStudentCompetencies ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociationStudents() public méthode

Gets students within the student section associations.
public GetStudentSectionAssociationStudents ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentSectionAssociations() public méthode

Gets student section associations details.
public GetStudentSectionAssociations ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetStudentSectionAssociations() public méthode

Gets student section associations details.
public GetStudentSectionAssociations ( string accessToken, int limit, int offset, string views ) : JArray
accessToken string
limit int
offset int
views string
Résultat JArray

GetStudentStudentAssessmentAssessments() public méthode

Gets assessments in student assessments within the students.
public GetStudentStudentAssessmentAssessments ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentAssessmentAssessmentsAsync() public méthode

Gets assessments in student assessments within the students.
public GetStudentStudentAssessmentAssessmentsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentAssessments() public méthode

Gets student assessments within the students.
public GetStudentStudentAssessments ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentAssessmentsAsync() public méthode

Gets student assessments within the students.
public GetStudentStudentAssessmentsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentCohortAssociationCohorts() public méthode

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

GetStudentStudentCohortAssociationCohortsAsync() public méthode

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

GetStudentStudentCohortAssociations() public méthode

Gets student cohort associations within the students.
public GetStudentStudentCohortAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentCohortAssociationsAsync() public méthode

Gets student cohort associations within the students.
public GetStudentStudentCohortAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidents() public méthode

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

GetStudentStudentDisciplineIncidentAssociationDisciplineIncidentsAsync() public méthode

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

GetStudentStudentDisciplineIncidentAssociations() public méthode

Gets student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentDisciplineIncidentAssociationsAsync() public méthode

Gets student discipline incident associations within the students.
public GetStudentStudentDisciplineIncidentAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentParentAssociationParents() public méthode

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

GetStudentStudentParentAssociations() public méthode

Gets student parent associations within the students.
public GetStudentStudentParentAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentParentAssociationsAsync() public méthode

Gets student parent associations within the students.
public GetStudentStudentParentAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentProgramAssociationPrograms() public méthode

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

GetStudentStudentProgramAssociationProgramsAsync() public méthode

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

GetStudentStudentProgramAssociations() public méthode

Gets student program associations within the students.
public GetStudentStudentProgramAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentProgramAssociationsAsync() public méthode

Gets student program associations within the students.
public GetStudentStudentProgramAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentSchoolAssociationSchools() public méthode

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

GetStudentStudentSchoolAssociationSchoolsAsync() public méthode

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

GetStudentStudentSchoolAssociations() public méthode

Gets student school associations within the students.
public GetStudentStudentSchoolAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentSchoolAssociationsAsync() public méthode

Gets student school associations within the students.
public GetStudentStudentSchoolAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudentStudentSectionAssociationSections() public méthode

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

GetStudentStudentSectionAssociationSectionsAsync() public méthode

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

GetStudentStudentSectionAssociations() public méthode

Gets student section associations within the students.
public GetStudentStudentSectionAssociations ( string accessToken, string studentId ) : JArray
accessToken string
studentId string
Résultat JArray

GetStudentStudentSectionAssociations() public méthode

Gets student section associations within the students.
public GetStudentStudentSectionAssociations ( string accessToken, string studentId, string views ) : JArray
accessToken string
studentId string
views string
Résultat JArray

GetStudentStudentSectionAssociationsAsync() public méthode

Gets student section associations within the students.
public GetStudentStudentSectionAssociationsAsync ( string accessToken, string studentId ) : Task
accessToken string
studentId string
Résultat Task

GetStudents() public méthode

Gets students details.
public GetStudents ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetStudents() public méthode

Gets students details.
public GetStudents ( string accessToken, int limit, int offset ) : JArray
accessToken string
limit int
offset int
Résultat JArray

GetStudentsAsync() public méthode

Gets students details.
public GetStudentsAsync ( string accessToken, int limit, int offset ) : Task
accessToken string
limit int
offset int
Résultat Task

PostStudentAcademicRecords() public méthode

Creates student Academic Records details.
public PostStudentAcademicRecords ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentAssessments() public méthode

Creates student Assessments details.
public PostStudentAssessments ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentCohortAssociations() public méthode

Creates student Cohort Associations details.
public PostStudentCohortAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentCompetencies() public méthode

Creates student Competencies details.
public PostStudentCompetencies ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentCompetencyObjectives() public méthode

Creates student Competency Objectives details.
public PostStudentCompetencyObjectives ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentDisciplineIncidentAssociations() public méthode

Creates student Discipline Incident Associations details.
public PostStudentDisciplineIncidentAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentGradebookEntries() public méthode

Creates student Gradebook Entries details.
public PostStudentGradebookEntries ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentParentAssociations() public méthode

Creates student Parent Associations details.
public PostStudentParentAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentProgramAssociations() public méthode

Creates student Program Associations details.
public PostStudentProgramAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentSchoolAssociations() public méthode

Creates student School Associations details.
public PostStudentSchoolAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudentSectionAssociations() public méthode

Creates student Section Associations details.
public PostStudentSectionAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostStudents() public méthode

Creates Students details.
public PostStudents ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PutStudentAcademicRecords() public méthode

Updates student Academic Records details.
public PutStudentAcademicRecords ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentAssessments() public méthode

Updates student Assessments details.
public PutStudentAssessments ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentCohortAssociations() public méthode

Updates student Cohort Associations details.
public PutStudentCohortAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentCompetencies() public méthode

Updates student Competencies details.
public PutStudentCompetencies ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentCompetencyObjectives() public méthode

Updates student Competency Objectives details.
public PutStudentCompetencyObjectives ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentDisciplineIncidentAssociations() public méthode

Updates student Discipline Incident Associations details.
public PutStudentDisciplineIncidentAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentGradebookEntries() public méthode

Updates student Gradebook Entries details.
public PutStudentGradebookEntries ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentParentAssociations() public méthode

Updates student Parent Associations details.
public PutStudentParentAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentProgramAssociations() public méthode

Updates student Program Associations details.
public PutStudentProgramAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentSchoolAssociations() public méthode

Updates student School Associations details.
public PutStudentSchoolAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudentSectionAssociations() public méthode

Updates student Section Associations details.
public PutStudentSectionAssociations ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string

PutStudents() public méthode

Updates Students details.
public PutStudents ( string accessToken, string data, string studentId ) : string
accessToken string
data string
studentId string
Résultat string