Retrieves all questions from the Job Question Set associated with a specific Job Opening. This endpoint is used to dynamically render job application forms with custom questions.
{ "message": [ { "question": "Do you have 5+ years of Python experience?", "fieldname": "python_experience", "input_type": "Select", "required": 1 }, { "question": "Are you authorized to work in the US?", "fieldname": "work_authorization", "input_type": "Checkbox", "required": 1 }, { "question": "Do you have experience with Frappe Framework?", "fieldname": "frappe_experience", "input_type": "Select", "required": 0 } ]}