POST api/Dashboard/StoreFilters?profileId={profileId}&dashboardId={dashboardId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | integer |
Required |
|
| dashboardId | integer |
Required |
Body Parameters
Dictionary of string [key] and Dictionary of string [key] and Dictionary of string [key] and Collection of string [value] [value] [value]Request Formats
application/json, text/json, text/html
Sample:
{
"sample string 1": {
"sample string 1": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
},
"sample string 2": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
}
},
"sample string 2": {
"sample string 1": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
},
"sample string 2": {
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
}
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |