C# Class inBloomApiLibrary.ReportCardDataService

Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet

Public Methods

Method Description
DeleteReportCards ( string accessToken, string reportId ) : string

Deletes Report cards details.

GetReportCardCustom ( string accessToken, string reportId ) : Newtonsoft.Json.Linq.JArray

Gets report card custom details.

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

Gets report cards details.

PostReportCards ( string accessToken, string data ) : string

Creates Report cards details.

PutReportCards ( string accessToken, string data, string reportId ) : string

Updates Report cards details.

Method Details

DeleteReportCards() public method

Deletes Report cards details.
public DeleteReportCards ( string accessToken, string reportId ) : string
accessToken string
reportId string
return string

GetReportCardCustom() public method

Gets report card custom details.
public GetReportCardCustom ( string accessToken, string reportId ) : Newtonsoft.Json.Linq.JArray
accessToken string
reportId string
return Newtonsoft.Json.Linq.JArray

GetReportCards() public method

Gets report cards details.
public GetReportCards ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

PostReportCards() public method

Creates Report cards details.
public PostReportCards ( string accessToken, string data ) : string
accessToken string
data string
return string

PutReportCards() public method

Updates Report cards details.
public PutReportCards ( string accessToken, string data, string reportId ) : string
accessToken string
data string
reportId string
return string