Companywebcast API Wiki

Page History: ReportService 1.0 : Methods

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2012/04/12 11:06


These are the methods of the Report Service:

Table of Contents [Hide/Show]


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.
CustomerCode
A string. The unique Id of this Customer. Retrieve a Customer's Id through CustomerList.

Returns:
CustomerGetResult
An integer. An indicator for the success or failure of your request. Look at Result Codes for more information.
Customer
A Customer object. Contains information about a Customer.

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.