Show a Report (ivnShowReport)

§ This webservice is invoked to display a given Report and sub-report defined in Intelliview NXT.

§ User requires “Author/Editor/Viewer” privilege (User parameter in ivnInitialize) for the execution of this API.

 Web Service Request:

public string ivnShowReport(string SessionToken, int CompanyID, int ReportID, sting SubReportName, string ExtraParam)

Web Service Request Parameters:

Parameters

Data Type

Description

Requirement

SessionToken

String

The unique Identification assigned to a Intelliview NXT
Session

 

CompanyID

Integer

The unique Identification assigned to a Company in
Intelliview NXT.

 

ReportID

Integer

The unique Identification assigned to the Report in
Intelliview NXT.

 

SubReportName

String

The name of the sub-report defined in a Report

 

ExtraParam

String

Additional Parameter (future use)

 

Web Service Response (Success):

<iframe

src='http://10.50.17.63/ZFC1.3/Dashboards/IntegrateDashboard.aspx?Company=Pinnacle&Dashbo ard=Test1&FilterDoc=xzvsm445vneqct45kqifkpzu.xml&filtertoolbar=1&reporttoolbar=1&widgettoo lbar=1&frameborder="0" width="100%" height="100%" />

Web Service Response (Error):

<ResponseMessage>

<Message ID='SYN_REP_ERROR_7530'/>

<Response Message= 'Report ID is not valid'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Return Parameters:

Parameters

Data Type

Description

Remarks

ResponseMessage

String

Response Message for the Web Service Request.

Returned on error;

Message ID

String

Response Message ID for the Web Service Request.

Returned on error;

Company ID

Integer

The unique Identification assigned to the Company
by Intelliview NXT.

Returned on error;

Version

String

The last digit after the third decimal point indicates
the web service version

Returned on error;

Response Messages:

Srl.No.

Message ID

Message

1

SYN_REP_ERROR_5035

Exception has occurred. Contact your Administrator

2

SYN_REP_ERROR_7501

Intelliview NXT session is expired or not initialized or
not valid

3

SYN_REP_ERROR_7511

Company ID is not valid

4

SYN_REP_ERROR_7530

Report ID is not valid

5

SYN_REP_ERROR_7585

Subreport name is not valid

 

 

top.jpg

 

<< Show a Widget (ivnShowWidget) | Export a ReportWidget >>