Attachments REST Endpoints

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