ScorecardAttributes
Query the attributes of a scorecard.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM ScorecardAttributes WHERE ScorecardId = 5227228007;
Columns
Name | Type | Operators | Description |
ScorecardId [KEY] | Int64 | = | Scorecard ID. |
Index [KEY] | Int64 | Autoincremental column. | |
Name | String | The attribute name. | |
Type | String | The attribute type. | |
Note | String | The attribute note. | |
Rating | String | The attribute rating. |