GET api/Data/ReportConfiguration/{productId}/{configurationId}
Gets a Report Configuration object as JSON
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
The DataSet productId |
integer |
Required |
configurationId |
The Report ConfigurationId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
a Object as JSON
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.