...
Name | Type | Mandatory | Description |
---|---|---|---|
user | String | yes | used in getDocumentsAsList method |
password | String | yes | used in getDocumentsAsList method |
ConnectionServiceEndpoint | String | yes | used in getDocumentsAsList method Spago Server Connection Service URL: http://localhost:8080/SpagoBI/sdk/TestConnectionService |
DocumentServiceEndpoint | String | yes | 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
...