GET api/RollUp/RollupValuesByCategory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ScopeType| Name | Description | Type | Additional information |
|---|---|---|---|
| Attribute | string |
None. |
|
| Values | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Attribute": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
},
{
"Attribute": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
}
]