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": "e0c52838-9746-4ece-ad2b-1c2ed0eb7989",
"DashboardID": "aff705a7-8111-472c-9ae5-76b665c7e4f4",
"SecurityGroupID": "377f2e4b-de15-4e04-b09d-88da5469dcb8"
},
{
"$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.