Get all questions
get
/hcmRestApi/resources/11.13.18.05/questions
Request
Query Parameters
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds the question that matches the primary key criteria specified.
Finder Variables- QuestionId; integer; Surrogate identifier for the question.
- VersionNumber; integer; Version number of the question. New questions must have version number 1.
- PrimaryKey Finds the question that matches the primary key criteria specified.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
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 -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AllJobFamiliesFlag; boolean; Indicates whether the question is applicable to all job families. This flag is only used for the questions defined for the recruiting subscriber.
- AllJobFunctionsFlag; boolean; Indicates whether the question is applicable to all job functions. This flag is only used for the questions defined for the recruiting subscriber.
- AllLocationsFlag; boolean; Indicates whether the question is applicable to all locations. This flag is only used for the questions defined for the recruiting subscriber.
- AllOrganizationsFlag; boolean; Indicates whether the question is applicable to all organizations. This flag is only used for the questions defined for the recruiting subscriber.
- AllowAdditionalCommentsFlag; boolean; Indicates whether a participant can provide additional comments while responding to a question. Valid values are Y and N. The default value is N.
- AllowAttachmentsFlag; boolean; Indicates whether an attachment is allowed as a response to the question.
- CandidateCode; string; Code identifying the candidate type to whom the question applies to. Only the recruiting subscriber uses this question.
- CandidateCodeMeaning; string; Meaning of the candidate code. Valid values are Internal, External and Both.
- ClassificationCode; string; Code classifying the use of the question defined for Recruiting subscribers, like prescreening, and disqualification. Valid values are in the common lookups list of values.
- ClassificationMeaning; string; Meaning of the classification code.
- ConditionalDisplayFlag; boolean; Indicates whether a question is conditionally displayed. When this is set to Y, controlling question code and controlling response are mandatory.
- CreatedBy; string; Name of the user who created the question.
- CreationDate; string; Date when the question was created.
- Editor; string; Person identifier of the person with the privileges to edit the question, if the question is marked as private. Required if question is marked as private.
- EditorPersonName; string; Name of the person with privileges to edit the question marked as private. Required if question is marked as private.
- EditorPersonNumber; string; Person number of the person with privileges to edit the question marked private. Required if question is marked as private.
- FolderId; integer; Surrogate identifier of the folder where the question is stored.
- FolderName; string; Name of the folder where the question is stored. Valid values are defined in the questionnaire folders list of values and include Active, Draft and Inactive.
- InstructionsText; string; Instructions or additional information for the question.
- LastUpdateDate; string; Date when the question was last updated.
- LastUpdatedBy; string; Name of the user who last updated the question.
- LatestVersion; string; Setting that indicates if this is the latest version of the question. This is a read-only attribute.
- PrivacyFlag; boolean; Indicates whether the question is restricted for edits. A value of true indicates the question is private and the person specified as the owner can edit it.
- PrivacyMeaning; string; Meaning of the privacy code. A value of Yes indicates the question is private and only the specified owner can edit. A value of No indicates the question isn't restricted for edits.
- QuestionCode; string; Alphanumeric value that uniquely identifies a question defined for a subscriber.
- QuestionId; integer; Surrogate identifier for the question.
- QuestionText; string; Text of the question being asked.
- QuestionType; string; Code identifying the type of question. Valid values are in the list commonLookupsLOV.
- QuestionTypeMeaning; string; Meaning of the question type code.
- RatingModelCode; string; Code identifying the rating model used to define the answer choices for the question.
- RatingModelId; integer; Surrogate identifier of the rating model used to define the answer choices for the question.
- RatingModelName; string; Name of the rating model used to define the answer choices for the question.
- ResponseOrder; string; Code that shows whether the answer choices are presented in random sequence or in the defined sequence. Valid values include R to randomize the answer choices defined and V (vertical) to present the answer choices in the defined order.
- ResponseOrderMeaning; string; Meaning of the response order code.
- ResponseTypeId; integer; Surrogate identifier of the response type for the question.
- ScoredFlag; boolean; Indicates the question is used in the score calculation.
- Status; string; Status of the question. Valid values are A for Active, I for Inactive and D for Draft.
- StatusMeaning; string; Meaning of the status code.
- SubscriberCode; string; Code for the subscriber using the question. The list questionnaireSubscribersLOV includes the valid values.
- SubscriberId; integer; Surrogate identifier for the subscriber.
- SubscriberName; string; Name of the subscriber that the question is used for. Valid values are defined in the list questionnaireSubscribersLOV.
- VersionNumber; integer; Version number of the question. New questions must have a version number of 1.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Effective-Of:
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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.
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 : questions
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-item-response
Type:
Show Source
object-
AdhocFlag: boolean
Title:
Casual QuestionRead Only:trueMaximum Length:30Default Value:falseIndicates whether the question is an ad hoc question. You can't create, modify, or delete ad hoc questions as these are casual questions and aren't maintained as setup data. The default value is false. -
AllJobFamiliesFlag: boolean
Title:
All Job FamiliesRead Only:trueMaximum Length:30Indicates whether the question is applicable to all job families. This flag is only used for the questions defined for the recruiting subscriber. -
AllJobFunctionsFlag: boolean
Title:
All Job FunctionsRead Only:trueMaximum Length:30Indicates whether the question is applicable to all job functions. This flag is only used for the questions defined for the recruiting subscriber. -
AllLocationsFlag: boolean
Title:
All LocationsRead Only:trueMaximum Length:30Indicates whether the question is applicable to all locations. This flag is only used for the questions defined for the recruiting subscriber. -
AllOrganizationsFlag: boolean
Title:
All OrganizationsRead Only:trueMaximum Length:30Indicates whether the question is applicable to all organizations. This flag is only used for the questions defined for the recruiting subscriber. -
AllowAdditionalCommentsFlag: boolean
Title:
Allow Additional CommentsMaximum 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. -
AllowAttachmentsFlag: boolean
Title:
Allow AttachmentsMaximum Length:30Default Value:falseIndicates whether an attachment is allowed as a response to the question. -
answers: array
Answers
Title:
AnswersThe answers resource is a child of the questions resource. It provides a list of choices that a user can select from when answering single or multiple choice questions. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is a child of the questions resource. It includes details of the attachments in a question. -
CandidateCode: string
Title:
Candidate CodeMaximum Length:30Code identifying the candidate type to whom the question applies to. Only the recruiting subscriber uses this question. -
CandidateCodeMeaning: string
Title:
Candidate TypeRead Only:trueMaximum Length:80Meaning of the candidate code. Valid values are Internal, External and Both. -
ClassificationCode: string
Title:
Classification CodeMaximum Length:30Code classifying the use of the question defined for Recruiting subscribers, like prescreening, and disqualification. Valid values are in the common lookups list of values. -
ClassificationMeaning: string
Title:
Question ClassificationRead Only:trueMaximum Length:80Meaning of the classification code. -
ConditionalDisplayFlag: boolean
Title:
Conditional DisplayMaximum Length:30Indicates whether a question is conditionally displayed. When this is set to Y, controlling question code and controlling response are mandatory. -
ControllingAnswerCode: string
Title:
Controlling ResponseMaximum Length:240Answer to the controlling question that determines whether the application displays the question or not. -
ControllingAnswerId: integer
(int64)
Title:
Controlling Answer IdSurrogate identifier of the controlling answer. Required if the conditional display is set to Y. -
ControllingQuestionCode: string
Title:
Controlling Question CodeMaximum Length:240Question code for the controlling question, response to which determines whether the application displays the question or not. -
ControllingQuestionId: integer
(int64)
Title:
Controlling Question IdSurrogate identifier of the controlling question. Required if the conditional display is set to Y. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the question was created. -
Editor: string
Title:
OwnerMaximum Length:64Person identifier of the person with the privileges to edit the question, if the question is marked as private. Required if question is marked as private. -
EditorPersonName: string
Title:
Person NameRead Only:trueMaximum Length:240Name of the person with privileges to edit the question marked as private. Required if question is marked as private. -
EditorPersonNumber: string
Title:
Person NumberMaximum Length:30Person number of the person with privileges to edit the question marked private. Required if question is marked as private. -
FolderId: integer
(int64)
Title:
Folder IdSurrogate identifier of the folder where the question is stored. -
FolderName: string
Title:
FolderMaximum Length:240Name of the folder where the question is stored. Valid values are defined in the questionnaire folders list of values and include Active, Draft and Inactive. -
InstructionsText: string
Title:
Instruction TextMaximum Length:4000Instructions or additional information for the question. -
jobFamilyContexts: array
Job Family Contexts
Title:
Job Family ContextsThe jobFamilyContexts resource is a child of the questions resource. It provides the job family that the question applies to. This context is used only by the recruiting subscriber. -
jobFunctionContexts: array
Job Function Contexts
Title:
Job Function ContextsThe jobFunctionContexts resource is a child of the questions resource. It provides the job function that the question applies to. This context is used only by the recruiting subscriber. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the question was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the question. -
LatestVersion: string
Title:
Latest VersionRead Only:trueSetting that indicates if this is the latest version of the question. This is a read-only attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
locationContexts: array
Location Contexts
Title:
Location ContextsThe locationContexts resource is a child of the questions resource. It provides the recruiting location that the question applies to. This context is used only by the recruiting subscriber. -
MaximumDate: string
(date)
Title:
Maximum ValueLatest date to be supported as the response when a participant responds to a question. -
MaximumPossibleScore: integer
(int64)
Title:
Maximum Possible ScoreRead Only:trueSum of the positive scores of possible answer choices for the question. For multiple choice questions, it's the sum of positive scores of the maximum number of selections allowed by the question. If the answer choices have no positive score defined, then the sum is zero. -
MaximumResponses: integer
(int64)
Title:
Maximum Number of SelectionsMaximum number of answer choices that a participant can select when responding to a multiple choice question. -
MaximumThresholdScore: integer
(int64)
Title:
Maximum Calculated ScoreMaximum score allowed for the question when answered. -
MinimumDate: string
(date)
Title:
Minimum ValueEarliest date supported as the response when a participant responds to a question. -
MinimumResponses: integer
(int64)
Title:
Minimum Number of SelectionsMinimum number of answer choices that a participant can select when responding to a multiple choice question. -
MinimumThresholdScore: integer
(int64)
Title:
Minimum Calculated ScoreMinimum score allowed for the question when answered. -
organizationContexts: array
Organization Contexts
Title:
Organization ContextsThe organizationContexts resource is a child of the questions resource. It provides the recruiting organization that the question applies to. This context is used only by the recruiting subscriber. -
OverrideDescriptionFlag: boolean
Title:
Override Rating Level DescriptionMaximum Length:30Default Value:falseIndicates whether the answer defined in a question came from a rating model level and if the description of the rating level was changed in the question. -
PrivacyFlag: boolean
Title:
Privacy CodeMaximum Length:30Default Value:falseIndicates whether the question is restricted for edits. A value of true indicates the question is private and the person specified as the owner can edit it. -
PrivacyMeaning: string
Title:
PrivacyRead Only:trueMaximum Length:80Meaning of the privacy code. A value of Yes indicates the question is private and only the specified owner can edit. A value of No indicates the question isn't restricted for edits. -
QuestionCode: string
Title:
Question CodeMaximum Length:240Alphanumeric value that uniquely identifies a question defined for a subscriber. -
QuestionId: integer
(int64)
Title:
Question IdSurrogate identifier for the question. -
QuestionText: string
Title:
Question TextMaximum Length:2000Text of the question being asked. -
QuestionType: string
Title:
Question Type CodeMaximum Length:30Default Value:TEXTCode identifying the type of question. Valid values are in the list commonLookupsLOV. -
QuestionTypeMeaning: string
Title:
Question TypeRead Only:trueMaximum Length:80Meaning of the question type code. -
RatingModelCode: string
Title:
Rating Model CodeMaximum Length:30Code identifying the rating model used to define the answer choices for the question. -
RatingModelId: integer
(int64)
Title:
Rating Model IdSurrogate identifier of the rating model used to define the answer choices for the question. -
RatingModelName: string
Title:
Rating ModelRead Only:trueMaximum Length:240Name of the rating model used to define the answer choices for the question. -
ResponseMaximumLength: string
Title:
Response Maximum LengthMaximum Length:20Maximum allowed length of responses for a question of text response type. -
ResponseMinimumLength: integer
(int64)
Title:
Response Minimum LengthMinimum expected length of responses for a question of text response type. -
ResponseOrder: string
Title:
Response Order CodeMaximum Length:30Code that shows whether the answer choices are presented in random sequence or in the defined sequence. Valid values include R to randomize the answer choices defined and V (vertical) to present the answer choices in the defined order. -
ResponseOrderMeaning: string
Title:
Response OrderRead Only:trueMaximum Length:80Meaning of the response order code. -
ResponseType: string
Title:
Response Type CodeMaximum Length:30Response type allowed for the question. The list questionnaireResponseTypesLOV includes the valid values. -
ResponseTypeId: integer
(int64)
Title:
Response Type IdDefault Value:1Surrogate identifier of the response type for the question. -
ResponseTypeMeaning: string
Title:
Response TypeRead Only:trueMaximum Length:240Meaning of the response type code. -
SampleSize: integer
(int64)
Title:
Sample SizeMaximum number of answer choices presented to the participant when responding to the question. -
ScoredFlag: boolean
Title:
Score QuestionMaximum Length:30Default Value:falseIndicates the question is used in the score calculation. -
Status: string
Title:
Status CodeMaximum Length:30Default Value:DStatus of the question. Valid values are A for Active, I for Inactive and D for Draft. -
StatusMeaning: string
Title:
StatusRead Only:trueMaximum Length:80Meaning of the status code. -
SubscriberCode: string
Title:
Subscriber CodeMaximum Length:30Code for the subscriber using the question. The list questionnaireSubscribersLOV includes the valid values. -
SubscriberId: integer
(int64)
Title:
Subscriber IdSurrogate identifier for the subscriber. -
SubscriberName: string
Title:
Subscriber NameMaximum Length:240Name of the subscriber that the question is used for. Valid values are defined in the list questionnaireSubscribersLOV. -
UpdateAllowedFlag: boolean
Title:
Update AllowedRead Only:trueMaximum Length:30Default Value:trueIndicates whether updates are allowed to this question. -
VersionDescription: string
Title:
Version DescriptionMaximum Length:2000Description provided by the user when a new version of the question is created. -
VersionNumber: integer
(int64)
Title:
Version NumberDefault Value:1Version number of the question. New questions must have a version number of 1.
Nested Schema : Answers
Type:
arrayTitle:
AnswersThe answers resource is a child of the questions resource. It provides a list of choices that a user can select from when answering single or multiple choice questions.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is a child of the questions resource. It includes details of the attachments in a question.
Show Source
Nested Schema : Job Family Contexts
Type:
arrayTitle:
Job Family ContextsThe jobFamilyContexts resource is a child of the questions resource. It provides the job family that the question applies to. This context is used only by the recruiting subscriber.
Show Source
Nested Schema : Job Function Contexts
Type:
arrayTitle:
Job Function ContextsThe jobFunctionContexts resource is a child of the questions resource. It provides the job function that the question applies to. This context is used only by the recruiting subscriber.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Location Contexts
Type:
arrayTitle:
Location ContextsThe locationContexts resource is a child of the questions resource. It provides the recruiting location that the question applies to. This context is used only by the recruiting subscriber.
Show Source
Nested Schema : Organization Contexts
Type:
arrayTitle:
Organization ContextsThe organizationContexts resource is a child of the questions resource. It provides the recruiting organization that the question applies to. This context is used only by the recruiting subscriber.
Show Source
Nested Schema : questions-answers-item-response
Type:
Show Source
object-
AddlQuestionnaireId: integer
(int64)
Title:
Additional QuestionnaireSurrogate identifier of the questionnaire sent to candidates from whom additional information is requested. Used only for the recruiting subscriber. -
AddlQuestionnaireVersionNumber: integer
(int64)
Title:
Additional QuestionnaireVersion number of the additional questionnaire sent to the participant. Used only for the recruiting subscriber. -
AnswerCode: string
Title:
Answer CodeMaximum Length:240Alphanumeric value that uniquely identifies the answer choice for a subscriber. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is a child of the questions resource. It includes details of the attachments in a question. -
CorrectFlag: boolean
Title:
Correct Answer CodeMaximum Length:30Default Value:falseIndicates whether the answer choice is correct or incorrect for a question. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the answer choice. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the answer choice was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the answer choice was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the answer choice. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LongAnswerText: string
Title:
Short DescriptionMaximum Length:2000Answer text presented to the participant as a choice for a question when responding to a questionnaire. -
QuestionAnswerId: integer
(int64)
Title:
Question Answer IdRead Only:trueSurrogate identifier of the answer choice for a question. -
RatingLevelId: integer
(int64)
Title:
Rating Level IdSurrogate identifier of the rating level from which the answer choice is created. -
RatingLevelName: string
Title:
Rating LevelRead Only:trueMaximum Length:2000Rating level from which the answer was created. -
ResponseFeedback: string
(byte)
Title:
Response FeedbackFeedback provided to the participant when the answer choice is chosen. -
Score: integer
(int64)
Title:
ScoreScore for the answer choice. -
SequenceNumber: integer
(int64)
Title:
Sequence NumberSequence in which the answer choice is presented during response by a participant. -
ShortAnswerText: string
Title:
Short TextMaximum Length:240Short text of the answer choice.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is a child of the questions resource. It includes details of the attachments in a question.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-answers-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment type supported for the question. Only file attachment is supported. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Surrogate identifier of the document attached to the questionnaire template. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string that contains information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format when the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the attachment record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Name of the user who last updated the attachment record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeSize of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of the person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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 : questions-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment type supported for the question. Only file attachment is supported. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Surrogate identifier of the document attached to the questionnaire template. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string that contains information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. This is a read-only attribute. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format when the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the attachment record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Name of the user who last updated the attachment record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeSize of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of the person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-jobFamilyContexts-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the job family context for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the job family context for the question was created. -
JobFamilyId: integer
(int64)
Title:
Job Family IdSurrogate identifier of the job family defined as a context to the question. -
JobFamilyName: string
Title:
Job Family NameMaximum Length:240Name of the job family context defined for the question. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the job family context for the question was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the job family context for the question. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionContextId: integer
(int64)
Title:
Question Context IdRead Only:trueSurrogate identifier for the job family context for a question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-jobFunctionContexts-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the job function context for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the job function context for the question was created. -
JobFunction: string
Title:
Job FunctionRead Only:trueMaximum Length:80Name of the job function context defined for the question. -
JobFunctionCode: string
Title:
Job Function CodeMaximum Length:30Code of the job function context defined for the question. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the job function context for the question was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the job function context for the question. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionContextId: integer
(int64)
Title:
Question Context IdRead Only:trueSurrogate identifier for the job function context for a question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-locationContexts-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Name of the user who created the location context for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the location context for the question was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the location context for the question was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the location context for the question. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Title:
Location IdSurrogate identifier of the recruiting location defined as a context to the question. -
LocationName: string
Title:
Location NameMaximum Length:4000Name of the recruiting location context defined for the question. -
QuestionContextId: integer
(int64)
Title:
Question Context IdRead Only:trueSurrogate identifier for the location context for a question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : questions-organizationContexts-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Date when the recruiting organization context for the question was last updated. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueName of the user who created the recruiting organization context for the question. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the recruiting organization context for the question was created. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Name of the user who last updated the recruiting organization context for the question. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Title:
Organization IdSurrogate identifier of the recruiting organization defined as a context for the question. -
OrganizationName: string
Title:
Organization NameMaximum Length:240Name of the recruiting organization defined as a context for the question. -
QuestionContextId: integer
(int64)
Title:
Question Context IdRead Only:trueSurrogate identifier for the organization context for a question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source