- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
            
            Person Process Results/Attachments
            
        
        
    The attachments resource is used to view, create, and update attachments.
- Create an attachment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments - Create an attachment
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/processResults/{FlowTaskInstanceId}/child/attachments - Delete an attachment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id} - Delete an attachment
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/processResults/{FlowTaskInstanceId}/child/attachments/{processResults_attachments_Id} - Get all attachments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments - Get all attachments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/processResults/{FlowTaskInstanceId}/child/attachments - Get an attachment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id} - Get an attachment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/processResults/{FlowTaskInstanceId}/child/attachments/{processResults_attachments_Id} - Update an attachment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id} - Update an attachment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/processResults/{FlowTaskInstanceId}/child/attachments/{processResults_attachments_Id}