POST api/OnePlanDashboard/UpdateDashboardTab/{Name}/{LinkToId}/{TabId}
Create a new dashboard tab
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
|
LinkToId | globally unique identifier |
Required |
|
TabId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The created dashboard tab
DashboardTabName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
URL | string |
None. |
|
CacheRequired | boolean |
None. |
|
Slicers | Collection of Slicer |
None. |
|
DataFilters | TableFilter |
None. |
|
TabType | DashboardTabType |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.