Objects
DistinctPropertyValues
Contains a list of DistinctPropertyValue returned in response to a query.
Fields
Expand all
definition | Information about the Property of the distinct values returned. |
values* [DistinctPropertyValue!] non-null | An array of distinct property values. |
limit | Limit the number of distinct values returned. Does not support pagination. Default = 200, maximum = 2000. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Query By | distinctPropertyValuesInElementGroupById | Retrieves distinct values in an ElementGroup given a property definition ID. |