Exago .NET API Documentation
GetUrlParamString Method
WebReports.Api Namespace > Api Class : GetUrlParamString Method
Optional: The home page within the URL, without the file extension. (Default: "ExagoHome").
Optional: Whether Exago BI should show more detailed error messages than the basic "An error has occurred. Please contact your administrator." Detailed error messages include the exception type, message, and stack trace. (Default: false).

Returns the URL parameter string to redirect the browser or frame to Exago BI. Append this string to the web application base URL.

The URL param string uniquely identifies each session and its configuration settings. Most Api calls will alter the param string. So it must be returned only after setting all the session variables.

Once the Exago BI session URL is loaded by the browser, the session is closed to any further API changes.

Syntax
public System.string GetUrlParamString( 
   System.string webPageName,
   System.bool showErrorDetail
)

Parameters

webPageName
Optional: The home page within the URL, without the file extension. (Default: "ExagoHome").
showErrorDetail
Optional: Whether Exago BI should show more detailed error messages than the basic "An error has occurred. Please contact your administrator." Detailed error messages include the exception type, message, and stack trace. (Default: false).

Return Value

The URL parameter string that should be appended to the Exago BI web application base URL.
Exceptions
ExceptionDescription
Preloading report SQL is only possible when the ApiAction is to create a new Advanced Report or ExpressView.
Remarks

The URL param string is one-use only.

It is not (directly) related to the Parameter Class.

See Also

Reference

Api Class
Api Members