Workshop
Updated:
13 Feb 2025
This section details the API call available for retrieving workshop data within Tekla PowerFab.
API Calls
Workshop_GetThis API call retrieves information about workshops in Tekla PowerFab. You can filter the results by various criteria, such as workshop name or location.
Request (XML)
<FabSuiteXMLRequest> <ConnectionGUID>your_connection_guid</ConnectionGUID> <Workshop_Get> <WorkshopName>Workshop A</WorkshopName> </Workshop_Get> </FabSuiteXMLRequest>
End of Section: Workshop