Get Widget Details (ivnGetWidgetDetails)

§

This webservice is invoked to retrieve the details of the widgets for a given Report and sub-report in Intelliview NXT.

§

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

Web Service Request:

public string ivnGetWidgetDetails (string SessionToken, int CompanyID, int ReportID, string SubReportName)

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.

 

Report ID

Integer

The unique Identification assigned to the
Report in Intelliview NXT.

 

SubReportName

String

Sub Report Name

Mandatory

Web Service Response (Success):

<ResponseMessage>

<ReportID='23'/>

<SubReportName='APAC Sales'/>

<WidgetDetails>

<WidgetID ='1' WidgetName='APAC Sales by Product' /> <WidgetID ='2' WidgetName='APAC Sales by Sales Person' />

</WidgetDetails>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

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

Report ID

Integer

The unique Identification assigned to the
Report in Intelliview NXT.

 

SubReportName

String

The name of the sub-report defined in a Report

 

WidgetID

Integer

The unique Identification assigned to the
Widget in Intelliview NXT.

 

WidgetName

String

The name of the widget

 

Message ID

String

The unique Identification assigned to a

Returned on error;


 

 

Resource in Intelliview NXT.

 

Response Message

String

The unique Identification assigned to a
Resource in Intelliview NXT.

Returned on error;

Company ID

Integer

Unique Identification assigned for the Given
Company.

 

Version

String

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

 

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_INFO_7584

No widget is available

 

top.jpg

 

<< Get Sub Report Details (ivnGetSubReportDetails) | Show a Widget (ivnShowWidget) >>