POST /DataRetrieval/GetBatchData/
Gets the data for the specified objects with the specified settings. Used mainly for scorecards/reports.
Request
Method |
Request URI |
POST |
/API/DataRetrieval/GetBatchData/?sessionId=value |
URI Parameters
URI Parameter |
Description |
sessionId |
ID of the session.
|
Request Body
Response
Response Body
Returns an array of Dundas.BI.WebApi.Models.BatchedResultData with the results. If an error occurs, either a status code is returned indicating the problem, or the Exceptions property on
the result will be populated with one or more errors.