Page History: ReportService 1.0 : Methods
Compare Page Revisions
Page Revision: 2012/04/12 11:25
These are the methods of the Report Service:
ChartGet
Retrieves a Chart.
Input parameters:
Username
A string. The username you received from Company Webcast.
Password
A string. The password you received from Company Webcast.
ObjectType
A string.
ObjectIdentifier
A string.
Start
A DateTime.
Period
An enumeration value.
CustomerChartTypes
A string.
PageSize
An integer.
PageNumber
A integer.
Returns:
ChartGetResult
An integer. An indicator for the success or failure of your request. Look at
Result Codes for more information.
Charts
A collection of Chart objects.
CustomerGet
Retrieves a Customer.
FormsGet
Retrieves Forms.
SendExcel
Sends an Excel file.
VisitorGet
Retrieves a Visitor.
VisitorSearch
WebcastGet
WebcastItemGet
Result codes
All methods of the Management Service return a Result code, which is always an integer which defines the success or failure of your request.
The table below maps these codes onto their corresponding messages.
-2 : Backend Service Error.
-1 : Management Service Error.
0 : Success
1 : Invalid username or password.
2 : Inconsistancy error, object was out of date.
3 : This data document is not available.
4 : ClientPageSizeError
6 : Webcast cannot be deleted in its current state.
1000: A validation error prevented this action. A data value is incorrect.
1001: Webcast default language is not available in the selected language(s).
1002: Webcast has no languages set.
1003: Scheduled start date must not be in the past or very near future.
1006: Webcast default language is not set.
1007: Invalid timezone.
1008: The webcast has two or more duplicate ID's.
1009: At least one triggers refer to a non existing ID's.