- Subcategories:
- Question Participants
- Questionnaire Responses
My Brand Surveys REST Endpoints
My Brand Surveys
The My Brand Surveys resource provides the list of values for surveys.
- Create a survey for participant
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/myBrandSurveys - Delete a survey for participant
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/myBrandSurveys/{myBrandSurveys_Id} - Get a survey
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/myBrandSurveys/{myBrandSurveys_Id} - Get all surveys
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/myBrandSurveys - Update a survey for participant
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/myBrandSurveys/{myBrandSurveys_Id}