ItemAttribute
Models an item attribute.
Supertype
None
Subtypes
None
JSON Representation
{
"itemType" : string
"itemId" : string
"attributeName" : string
"attributeValue" : value
}
Fields description
| Field | Meaning | Constraints |
|---|---|---|
itemType |
Type of the item. | One of the Item subclass name, starting with a small letter : "quiz", "user", "userGroup", "computedResult". |
itemId |
Identifier of the item. | Valid API item identifier. |
attributeName |
The name of the requested attribute. | |
attributeValue |
The value of the requested attribute. |