Work Package Departments
Updated:
13 Feb 2025
This section details the API call available for retrieving work package department data within Tekla PowerFab.
API Calls
WorkPackageDepartment_GetThis API call retrieves information about the departments associated with a work package. You can filter the results by various criteria, such as the
WorkPackageIDorDepartmentID.Request (XML)
<FabSuiteXMLRequest> <ConnectionGUID>your_connection_guid</ConnectionGUID> <WorkPackageDepartment_Get> <WorkPackageID>123</WorkPackageID> </WorkPackageDepartment_Get> </FabSuiteXMLRequest>
End of Section: Work Package Departments