MBSE Integration Services for Integrating Modeling Tools
importCollection()
DataManagementImpl::CollectionOutput importCollection ( const std::string inputData )
Use case 1 — Import model from Teamcenter
The following JSON input string is sent to importCollection. It returns all the associated models and their properties as configured in the integration definition file. It also returns readTickets that can then be used to download files from Teamcenter using FMS SOAs. In the following example, "tcContainerIdentifier" - "wJa5Z1Ghr8jZAC" is the Teamcenter UID of the already existing item revision object.
{
"AllContainers": {
"toolIdentifier": "SAMPLE",
"Containers": [
{
"tccontainerIdentifier": "wJa5Z1Ghr8jZAC",
"isTopContainer": true
}
]
}
}
Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.xid1913857/xid1914681 · retrieved Fri Jul 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)