Argomento precedente: Web Services

Argomento successivo: Report Methods

Methods for Web Services

Web Services methods are divided into three groups: Report, Contract, and Authentication methods. The following three tables list the appropriate methods for each method group.

Report Methods

GetAllReports

GetReportsByFolderID

GetAllReportsAdvanced

GetReportsByFolderIDAdvanced

GetFolderList

GetReportsByFolderName

GetMyReports

GetReportsByFolderNameAdvanced

GetMyReportsAdvanced

GetReportData

Contract Methods

GetContract

GetContractAdvanced

Authentication Methods

AuthenticateUser

ClearSessionContext

Remember, before using a Report or Contract method, a parameter called sessionID must be retrieved, as shown in the following procedure.

To retrieve the sessionID parameter:

  1. Use the AuthenticateUser method to retrieve a token.
  2. Perform a Silent Login using this token.
  3. Retrieve the sessionID.
  4. Use a Report or Contract method with the sessionID.

For more information see Single Sign-On (SSO).