C# Class inBloomApiLibrary.ReportCardDataService

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

Méthodes publiques

Méthode 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 méthode

Deletes Report cards details.
public DeleteReportCards ( string accessToken, string reportId ) : string
accessToken string
reportId string
Résultat string

GetReportCardCustom() public méthode

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

GetReportCards() public méthode

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

PostReportCards() public méthode

Creates Report cards details.
public PostReportCards ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PutReportCards() public méthode

Updates Report cards details.
public PutReportCards ( string accessToken, string data, string reportId ) : string
accessToken string
data string
reportId string
Résultat string