This method returns a list of Questions with their associated QuestionID
and possible Answers
.
Note: The answers can be null
. When the answer is null
you can supply the answer yourself in searchProfiles. Or simply use one or more of the answers provided.
GET
/v1/interview/getQuestions
Property | Type | Description |
---|---|---|
This operation does not accept any parameters. |
Parameters can be passed to this operation using the HTTP GET method.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
Array of aws:InterviewQuestion | List of InterviewQuestion. |
The following example returns a list of InterviewQuestions.