PUT api/dashboard/{id}/share
Share dashboard
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Dashboard Id |
integer |
Required |
Body Parameters
ShareDashboardCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ShareWithAgency | boolean |
None. |
|
| ShareWithTeams | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ShareWithAgency": true,
"ShareWithTeams": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.