/api/reports/views/:id/table/data
This method returns table data in HTML format.
Resource Information
Resource URL | https://service.belladati.com/api/reports/views/:id/table/data |
HTTP Method |
|
Parameters
Parameters | Detail |
---|---|
| ID of the table. This ID is part of the |
| Filter applied to the table. { "drilldown": { "L_COUNTRY_OR_AREA": { "op": "EQ", "value": "Slovakia"}, "L_TYPE": { "op": "IN", "values": [ "Type 1", "Type 2", "Type 3" ]}, "L_DATE":{"op":"NOT_NULL"} } } |
| Rows from. |
| Rows to. |
| Columns from. |
| Columns to. |
Sample request/response
{ "content" : "<tr><td data-column=\"0\" data-row=\"0\" style=\" color:rgb(77, 77, 77) !important ; background-color:rgb(237, 237, 237); \">1,033,054,533,155<\/td><\/tr>" }