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
- /recruitingUIAgencyCandidateInterviews Get all candidate interviews in the recruiting agency
- /recruitingCEJobRequisitionsCoordinates Get all job requisitions
- /journeys Get all journey templates
- /workerJourneys Get all worker journeys
- /recruitingJobApplications Get all job applications for recruiting
- Oracle HCM API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages