Oracle Fusion HCM endpoint reference

My Brand Surveys REST API

Get all surveys

GET https://your-pod.oraclecloud.com/hcmRestApi/resources/11.13.18.05/myBrandSurveys

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud HCM: 36 queryable q fields, and 2 child resources. Unsure how q works? See the Oracle HCM API guide.

Supported operations

DELETE /myBrandSurveys/{id}
GET /myBrandSurveys
GET /myBrandSurveys/{id}
PATCH /myBrandSurveys/{id}
POST /myBrandSurveys

Queryable q fields (36)

Only these fields can appear in a q filter expression on /myBrandSurveys. Filtering on any other field returns 400 Bad Request.

Example q request

GET /hcmRestApi/resources/11.13.18.05/myBrandSurveys?q=CategoryName='<value>'&onlyData=true&limit=25
Field Type Operators
AttachedDocumentId integer = !=
CategoryName string = !=
CreatedBy string = !=
CreatedByUserName string = !=
CreationDate string = !=
DatatypeCode string = !=
DmDocumentId string = !=
DmFolderPath string = !=
DmVersionNumber string = !=
ExpirationDate string = !=
FileName string = !=
LastUpdateDate string = !=
LastUpdatedBy string = !=
LastUpdatedByUserName string = !=
Uri string = !=
Url string = !=
UserName string = !=
ParticipantProfileId string = !=
QuestionnaireId integer = !=
SurveyId integer = !=
AttemptNumber integer = !=
QuestionnaireParticipantId integer = !=
QuestionnaireResponseId integer = !=
Status string = !=
AdhocQuestionText string = !=
QuestionParticipantId integer = !=
QuestionnaireQuestionId integer = !=
AnswerCode string = !=
AnswerCodeList string = !=
AnswerComments string = !=
AnswerList string = !=
ChoiceCodeList string = !=
QuestionAnswerId integer = !=
QuestionCode string = !=
QuestionId integer = !=
QuestionResponseId integer = !=

Child resources (2)

Each child is reachable at /myBrandSurveys/{id}/child/<name> and most can also be inlined with expand.

questionParticipantsquestionnaireResponses

Response fields (7)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

ParticipantProfileIdQuestionnaireIdSubjectIdSubscriberCodeSurveyIdquestionParticipantsquestionnaireResponses

Build this query visually in OPAL

OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.

Related reference & reading