GetReports3()
Returns the report URL and report’s information.
Output:
This method returns a list of all project and reports details, each with the following fields:
- ReportTitle: The name of the report (e.g. “Reporting result of web services”)
- Category: The name of the category (e.g. “2016”)
- Subcategory: The name of the subcategory (e.g. “summer”)
- OriginalChildReportTitle: The name of the individual report (e.g. “Teacher 1”)
- ProjectID: The ID of the project (e.g. “00000-00000-00000-00000”).
- ProjectTitle: The name of the project (e.g. “Testing Web Services”).
- SubjectID: The ID of the subject (e.g. “Course1”)
- ConditionID: The ID of the secondary subject (e.g. “Teacher1”)
- ExpiryDate: The expiry date of the report (e.g. “12/12/2016”)
- Link: The URL for the report (e.g. “/rvg-eng.aspx?lang=eng&rid=000000-0000-0000-0000-0000000000&p”)
MANDATORY PARAMETERS:
APIKeyHeader:
- API Key. Must be one of the API Keys generated in the administrative interface of Blue.
- Projects IDs can be retrieved by calling GetAllProjectMetaData().
- User ID is mandatory in order to retrieve the reports.
Optional Parameters:
- Message - Leave empty.
Back to top