Objects
Exchange
A specific collection of Elements.
Fields
id* ID! non-null | Globally unique identifier. |
elements* Elements! non-null | Get Elements within an Exchange. |
name | Name of the Exchange Container. |
propertyDefinitions* PropertyDefinitions! non-null | Get metadata about PropertyGroups. |
version | Specific version of this Exchange. |
lineage* Lineage! non-null | Version lineage for this Exchange. This field is deprecated. Use versionHistory instead. |
versionHistory* ExchangeVersionHistory! non-null | Version history for this elementGroup |
createdBy | User responsible for creating this Exchange |
createdOn | Timestamp of Exchange creation |
lastModifiedBy | Latest user who modified this Exchange |
lastModifiedOn | Latest timestamp when this Exchange was modified |
alternativeRepresentations | Alternative identifiers for this Exchange Note: This field is deprecated. Use alternativeIdentifiers instead. |
alternativeIdentifiers | Alternative identifiers for this element |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Exchanges | Contains a list of Exchanges returned in response to a query. |
Field Of | CreateExchangeResult | Represents the result of creating an exchange. |
Field Of | ExchangeCreationStatus | Represents the creation status of an exchange. |
Query By | exchange | Retrieves a single exchange. |
Query By | exchangeByVersions | Retrieves a list of Elements in an exchange by version. |
Query By | exchangeByFileId | Retrieves a single exchange by exchangeFileId. Note: This query is deprecated. Use exchangeByFileUrn query instead. |
Query By | exchangeByFileUrn | Retrieves a single exchange by externalProjectId and fileUrn. |