Queries
propertyDefinitionsByElementGroup
Get all Property Definitions used in specified elementGroup
Template for Query:
query GetPropertyDefinitionsByElementGroup($elementGroupId: ID!, $filter: PropertyDefinitionFilterInput, $pagination: PaginationInput) {
propertyDefinitionsByElementGroup(elementGroupId: $elementGroupId, filter: $filter, pagination: $pagination) {
# PropertyDefinitionsByElementGroup Fields
}
}
Template for Query Variables:
{
"elementGroupId" : "<SOME-ID-TYPE-SCALAR-VALUE>",
"filter" : "<SOME-PROPERTYDEFINITIONFILTER-INPUT-TYPE-VALUE>",
"pagination" : "<SOME-PAGINATION-INPUT-TYPE-VALUE>"
}
Arguments
elementGroupId* ID! non-null | ElementGroup to retrieve property definitions of. |
filter | Specifies how to filter on property definitions. |
pagination | Specifies how to split the response into multiple pages. |
* Required
Possible Returns
Value Type | Description |
---|---|
PropertyDefinitions! non-null |
List of property definitions. |