Get a section
get
/hcmRestApi/resources/11.13.18.05/questionnaireTemplates/{questionnaireTemplatesUniqID}/child/sections/{sectionsUniqID}
Request
Path Parameters
-
questionnaireTemplatesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Questionnaire Templates resource and used to uniquely identify an instance of Questionnaire Templates. The client should not generate the hash key value. Instead, the client should query on the Questionnaire Templates collection resource in order to navigate to a specific instance of Questionnaire Templates to get the hash key.
-
sectionsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Sections resource and used to uniquely identify an instance of Sections. The client should not generate the hash key value. Instead, the client should query on the Sections collection resource in order to navigate to a specific instance of Sections to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : questionnaireTemplates-sections-item-response
Type:
Show Source
object-
AllowAdditionalQuestionsFlag: boolean
Title:
Allow Additional QuestionsMaximum Length:30Default Value:falseIndicates whether additional questions can be added to the questionnaire section when a response is requested. The default value is false. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the section was created. -
Description: string
Title:
DescriptionMaximum Length:2000Description of the questionnaire section. -
IntroText: string
Title:
IntroductionMaximum Length:2000Introduction text for the questionnaire section. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
RequiredMaximum Length:30Default Value:falseIndicates whether the questionnaire section is mandatory. The default value is false. -
QuestionOrder: string
Title:
Question Order CodeMaximum Length:30Default Value:VIndicates the ordering sequence for the questions in a questionnaire section. -
QuestionOrderMeaning: string
Title:
Question OrderRead Only:trueMaximum Length:80Meaning of the question order code indicating the ordering sequence for the questions in a questionnaire section. -
questions: array
Questions
Title:
QuestionsThe questions resource is a child of the questionnaireTemplates resource. It includes details of the questions included in a section of the questionnaire template. -
ResponseOrder: string
Title:
Response Order CodeMaximum Length:30Default Value:VIndicates the ordering sequence for the answer choices in questions included in a questionnaire section. -
ResponseOrderMeaning: string
Title:
Response OrderRead Only:trueMaximum Length:80Meaning of the response order code indicating the ordering sequence for the answer choices in questions. -
SectionId: integer
(int64)
Title:
Section IdRead Only:trueSurrogate identifier for the section in a questionnaire template. -
SectionName: string
Title:
Section NameMaximum Length:240Name of the questionnaire section. -
SectionSequenceNumber: integer
(int64)
Title:
Section Sequence NumberSequence number for a section in a questionnaire template.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Questions
Type:
arrayTitle:
QuestionsThe questions resource is a child of the questionnaireTemplates resource. It includes details of the questions included in a section of the questionnaire template.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : questionnaireTemplates-sections-questions-item-response
Type:
Show Source
object-
AllowAdditionalCommentsFlag: boolean
Title:
Allow Additional CommentsRead Only:trueMaximum Length:20Default Value:falseIndicates whether a participant can provide additional comments while responding to a question. Valid values are Y and N. The default value is N. -
answers: array
Answers
Title:
AnswersThe answers resource is a child of the questionnaireTemplates resource. It includes details of the answer choices defined for a question that's included in a questionnaire template section. -
ControllingQuestionCode: string
Title:
Question CodeRead Only:trueMaximum Length:240Question code for the controlling question that determines if the question is to be presented to the participant to respond. Valid values are defined in the list questionsLOV. -
ControllingQuestionId: integer
(int64)
Title:
Controlling Question IdRead Only:trueSurrogate identifier for the controlling question. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who added the question to the questionnaire template section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the question was added to the questionnaire template section. -
InstructionsText: string
Title:
Instruction TextRead Only:trueMaximum Length:4000Instructions or additional information for the question. -
KeepWithPreviousFlag: boolean
Title:
Keep with PreviousMaximum Length:30Default Value:falseIndicates whether the question is always paired with the previous question even when the question order is randomized. The default value is false. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the question was last updated in the questionnaire template section. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the question in the questionnaire template section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LockQuestionFlag: boolean
Title:
Lock QuestionMaximum Length:8Default Value:falseIndicates whether the question can be removed or modified in the questionnaire. The default value is false. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:30Default Value:falseIndicates whether the response to this question is mandatory. Participants can't skip this question without an answer. The default value is false. -
MaximumPossibleScore: integer
(int64)
Title:
Maximum Possible ScoreRead Only:trueMaximum possible score which is the sum of the maximum possible scores of the possible answer choices. This can be zero if none of the answer choices have a positive score defined. -
QuestionCode: string
Title:
Question CodeRead Only:trueMaximum Length:240Question code for the question used in the questionnaire template section. Valid values are defined in the list questionsLOV. -
QuestionId: integer
(int64)
Title:
Question IdRead Only:trueSurrogate identifier for the question. -
QuestionnaireQuestionId: integer
(int64)
Title:
Questionnaire Question IdRead Only:trueSurrogate identifier of the question in the questionnaire. -
QuestionText: string
Title:
Question TextRead Only:trueMaximum Length:2000Question text for the question. -
QuestionType: string
Title:
Question Type CodeRead Only:trueMaximum Length:30Default Value:TEXTQuestion type code indicating the type of the question. -
QuestionTypeMeaning: string
Title:
Question TypeRead Only:trueMaximum Length:80Meaning of the question type code. -
QuestionVersionNumber: integer
(int64)
Title:
Version NumberVersion number of the question used in the questionnaire template section. -
ResponseOrderCode: string
Title:
Response Order CodeRead Only:trueMaximum Length:30Code that shows whether the question is enabled for random order. Possible values are Random to randomize the answer choices and Vertical to present the answer choices in the defined sequence. -
ResponseOrderMeaning: string
Title:
Response OrderRead Only:trueMaximum Length:80Meaning of the response order code. -
ResponseType: string
Title:
Response Type CodeResponse type for the question when presented to the participant. Valid values are defined in the questionnaireResponseTypesLOV. -
ResponseTypeMeaning: string
Title:
Response TypeRead Only:trueMeaning of the response type code. -
SampleSize: integer
(int64)
Title:
Sample SizeRead Only:trueDefines the number of questions presented to the participant of a questionnaire, when the question order is set to random. -
SequenceNumber: integer
(int64)
Title:
Sequence NumberSequence number of the question in a questionnaire template section.
Nested Schema : Answers
Type:
arrayTitle:
AnswersThe answers resource is a child of the questionnaireTemplates resource. It includes details of the answer choices defined for a question that's included in a questionnaire template section.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questionnaireTemplates-sections-questions-answers-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionAnswerId: integer
(int64)
Title:
Question Answer IdSurrogate identifier for the answer choice defined for a question. -
ResponseCode: string
Title:
Response CodeMaximum Length:240Unique code for the answer choice defined for a question. -
ResponseFeedback: string
(byte)
Title:
Response FeedbackFeedback provided to the participant when the answer choice is selected. -
Score: integer
(int64)
Title:
ScoreScore for the answer. -
ShortDescription: string
Title:
Short DescriptionMaximum Length:240Answer text for the answer choices of a question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- questions
-
Parameters:
- questionnaireTemplatesUniqID:
$request.path.questionnaireTemplatesUniqID - sectionsUniqID:
$request.path.sectionsUniqID
The questions resource is a child of the questionnaireTemplates resource. It includes details of the questions included in a section of the questionnaire template. - questionnaireTemplatesUniqID: