Work Areas
Updated:
13 Feb 2025
This section details the API calls available for managing work areas in Tekla PowerFab.
API Calls
WorkArea_GetThis API call retrieves information about work areas in Tekla PowerFab. You can filter the results by various criteria, such as the work area name or related workshop.
Request (XML)
<FabSuiteXMLRequest> <ConnectionGUID>your_connection_guid</ConnectionGUID> <WorkArea_Get> <WorkAreaName>Area A</WorkAreaName> </WorkArea_Get> </FabSuiteXMLRequest>
End of Section: Work Areas