JobPostQuestions
Query questions associated with a job post.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM JobPostQuestions WHERE JobId = 5831224147;
Columns
Name | Type | Operators | Description |
JobId [KEY] | Int64 | = | Job ID. |
Index [KEY] | Int64 | Autoincremental column. | |
Name | String | The name of the question. | |
Required | Bool | Whether the question is marked as required or not. | |
Private | Bool | Whether the questions is marked as private or not. | |
Label | String | The label of the question. | |
Type | String | The type of the question. | |
Values | String | Comma-delimited list of possible values if applicable. | |
ValuesLabels | String | Comma-delimited list of the value labels. | |
Description | String | The question description. |