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: post
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}/child/answers/{answersUniqID}/child/attachments/{attachmentsUniqID}