- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Attachments REST Endpoints
    
        Questions/Answers/Attachments
    
The attachments resource is a child of the questions resource. It includes details of the attachments in a question.
- Create an attachment
- Method: postPath:/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments
- Get all attachments
- Method: getPath:/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments
- Get an attachment
- Method: getPath:/hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments/{attachmentsUniqID}