- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Image Attachments REST Endpoints
Maintenance/Installed Base Assets/Asset Qualifications/Image Attachments
Attachment management capabilities: view, create, and update.
- Create an attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}/child/attachments - Delete an attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}/child/attachments/{attachmentsUniqID} - Get all attachments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}/child/attachments - Get an attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}/child/attachments/{attachmentsUniqID} - Update an attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/{AssetQualificationId}/child/attachments/{attachmentsUniqID}