ReportConnectionParam¶
Field | NULL | Description | Note |
---|---|---|---|
categories array of objects |
An array of ReportCategoryParam objects. |
Inherited fields:
ReportParam¶
Field | NULL | Description | Note |
---|---|---|---|
id string (GUID) |
The id. | ||
name string |
The name. |
Sample:
{
"categories": [
{
"querySourceNames": [
"Employees"
],
"id": "860cab58-d90a-4d6d-9251-ec45c067f6b9",
"name": "dbo"
}
],
"id": "5963219c-5243-4b6f-9042-b27ca9cbc5ec",
"name": "Retail"
}