POST api/v1/Dashboard/GetDataAsDataTable?dashboardDefinitionId={dashboardDefinitionId}
Get the Data from a Dashboard as data table
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dashboardDefinitionId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GetDataAsDataTableResultName | Description | Type | Additional information |
---|---|---|---|
Data |
The requested Data |
DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": null }
application/xml, text/xml
Sample:
<GetDataAsDataTableResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromotionalOffice.WebApi.Models.Dashboard"> <Data i:nil="true" /> </GetDataAsDataTableResult>