ApplicationQuestionnaire
Query the answers provided to the questions in the job post of each application.
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 ApplicationQuestionnaire WHERE ApplicationId = 29045175007;
Columns
Name | Type | Operators | Description |
ApplicationId [KEY] | Int64 | = | Application ID. |
Index [KEY] | Int64 | Autoincremental column. | |
Question | String | The question in the job post. | |
Answer | String | The answer to the question. |