Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeMandatoryDescription

user

Stringyesused in getDocumentsAsList method
passwordStringyesused in getDocumentsAsList method

ConnectionServiceEndpoint

Stringyes

used in getDocumentsAsList method

Spago Server Connection Service URL: http://localhost:8080/SpagoBI/sdk/TestConnectionService

DocumentServiceEndpoint

Stringyes

used in getDocumentsAsList method

Spago Server Connection Service URL:http://localhost:8080/SpagoBI/sdk/DocumentsService

    

 

API Sample

spagoReport.getDocumentsAsList("biuser","biuser","http://localhost:8080/SpagoBI/sdk/TestConnectionService","http://localhost:8080/SpagoBI/sdk/DocumentsService"); 

 

Get Report Detail

Current Implementation

...