POST Application/PostDashboardGroups
Request Information
URI Parameters
None.
Body Parameters
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": "0347ad5a-3413-4ba2-8d46-bc513cc86e87",
"DashboardID": "ed9ba851-0227-40b5-aaa4-9958cb61d9d9",
"SecurityGroupID": "31119d3b-553d-458d-95da-e2e7eac1bbeb"
}
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.