C# 클래스 inBloomApiLibrary.CohortDataService

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

공개 메소드들

메소드 설명
DeleteCohorts ( string accessToken, string cohortsId ) : string

Deletes cohorts details.

GetCohortById ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets cohorts by id.

GetCohortCustom ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets cohorts custom details.

GetCohortStaffCohortAssociationStaff ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets staff details within the staff cohort associations.

GetCohortStaffCohortAssociations ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets staff cohort associations.

GetCohortStudentCohortAssociationStudents ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets student details within the student cohort associations.

GetCohortStudentCohortAssociations ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray

Gets student cohort associations.

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

Gets cohorts details.

PostCohorts ( string accessToken, string data ) : string

Creates cohorts details.

PutCohorts ( string accessToken, string data, string cohortsId ) : string

Updates cohorts details.

메소드 상세

DeleteCohorts() 공개 메소드

Deletes cohorts details.
public DeleteCohorts ( string accessToken, string cohortsId ) : string
accessToken string
cohortsId string
리턴 string

GetCohortById() 공개 메소드

Gets cohorts by id.
public GetCohortById ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray
accessToken string
cohortsId string
리턴 Newtonsoft.Json.Linq.JArray

GetCohortCustom() 공개 메소드

Gets cohorts custom details.
public GetCohortCustom ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray
accessToken string
cohortsId string
리턴 Newtonsoft.Json.Linq.JArray

GetCohortStaffCohortAssociationStaff() 공개 메소드

Gets staff details within the staff cohort associations.
public GetCohortStaffCohortAssociationStaff ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray
accessToken string
cohortsId string
리턴 Newtonsoft.Json.Linq.JArray

GetCohortStaffCohortAssociations() 공개 메소드

Gets staff cohort associations.
public GetCohortStaffCohortAssociations ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray
accessToken string
cohortsId string
리턴 Newtonsoft.Json.Linq.JArray

GetCohortStudentCohortAssociationStudents() 공개 메소드

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

GetCohortStudentCohortAssociations() 공개 메소드

Gets student cohort associations.
public GetCohortStudentCohortAssociations ( string accessToken, string cohortsId ) : Newtonsoft.Json.Linq.JArray
accessToken string
cohortsId string
리턴 Newtonsoft.Json.Linq.JArray

GetCohorts() 공개 메소드

Gets cohorts details.
public GetCohorts ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
리턴 Newtonsoft.Json.Linq.JArray

PostCohorts() 공개 메소드

Creates cohorts details.
public PostCohorts ( string accessToken, string data ) : string
accessToken string
data string
리턴 string

PutCohorts() 공개 메소드

Updates cohorts details.
public PutCohorts ( string accessToken, string data, string cohortsId ) : string
accessToken string
data string
cohortsId string
리턴 string