Asset Qualifications REST Endpoints

Maintenance/Installed Base Assets/Asset Qualifications
The Asset Qualifications resource manages the association of qualification requirements to an asset. You can add, update, and view the qualifications recorded for an asset.
Create one asset qualification
Method: post
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications
Get all asset qualifications
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications
Get one asset qualification
Method: get
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}
Method used to perform an search on asset qualifications.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/action/findByAdvancedSearchQuery
Update one asset qualification
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}