Work Area Departments
Updated:
13 Feb 2025
This section details the API call available for retrieving work area department data within Tekla PowerFab.
API Calls
WorkAreaDepartment_GetThis API call retrieves information about the departments within a work area. You can filter the results by various criteria, such as the
WorkAreaDepartmentIDorWorkAreaID.Request (XML)
<FabSuiteXMLRequest> <ConnectionGUID>your_connection_guid</ConnectionGUID> <WorkAreaDepartment_Get> <WorkAreaID>123</WorkAreaID> </WorkAreaDepartment_Get> </FabSuiteXMLRequest>
End of Section: Work Area Departments