Questions REST Endpoints

Questions
The questions resource provides text objects to ask for a response from a participant with or without a predefined list of answer choices that participants may choose from as a response.
Create a question
Method: post
Path: /hcmRestApi/resources/11.13.18.05/questions
Delete a question
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}
Get a question
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}
Get all questions
Method: get
Path: /hcmRestApi/resources/11.13.18.05/questions
Update a question
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/questions/{questionsUniqID}