PUT Application/PutDashboardGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of DashboardGroup
NameDescriptionTypeAdditional 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": "49a7700e-da1c-450d-85ce-e139ca78bdb6",
    "DashboardID": "80fc5b55-c25e-45e3-b018-60acd4cbe97a",
    "SecurityGroupID": "3943f426-5d86-4537-aad4-cd51fb8453f4"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.