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": "eaa880f7-2c5e-49cf-be60-ed728c27425c",
"DashboardID": "94966816-3393-4cb8-8aad-6ef0b1943824",
"SecurityGroupID": "3ff563cb-5e93-44fd-8fec-f9e668c11a42"
},
{
"$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.