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": "ceeb7c6f-5368-4d16-89b4-ff48d61363c4",
"DashboardID": "5af613d4-685d-4ca5-8bf8-5a52e0f9e883",
"SecurityGroupID": "645c4afd-537f-421d-a424-7a77bc82f899"
},
{
"$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.