Objects
Occurrences
Contains a list of occurrences of a component, typically returned as a response to a query.
When a version of a component is inserted in an assembly, it is referred to as an occurrence of that component. An assembly can contain multiple occurrences of a version of a component.
For example, consider a wheel that contains four lug-nuts. There are four occurrences of the component lug-nut in the wheel assembly.
Fields
pagination | Contains information about the current page, when results are split into multiple pages. |
results* [Occurrence]! non-null | An array of objects where each object represents an occurrence. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ComponentVersion | Represents a version of a component. |
Field Of | Occurrence | Represents an occurrence of a version of a component. When a version of a component is inserted in an assembly, it is referred to as an occurrence of that component. An assembly can contain multiple occurrences of a version of a component. For example, consider a wheel that contains four lug-nuts. There are four occurrences of the component lug-nut in the wheel assembly. |