GET v1/dashboard/table
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdvancedTable| Name | Description | Type | Additional information |
|---|---|---|---|
| data | TableSeries |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"thead": [
"sample string 1",
"sample string 2"
],
"tbody": [
[
"sample string 1",
"sample string 2"
],
[
"sample string 1",
"sample string 2"
]
]
}
}