PUT Application/PutDashboardGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of DashboardGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "b6957f47-8d62-4ca6-8b27-5532ac8f1b20",
"DashboardID": "5953cd93-7323-4aa2-9dc2-d56ddd9e1a15",
"SecurityGroupID": "663c66fe-5923-46ea-989a-157e0fdcb490"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.