cURL
curl --request GET \ --url https://api.example.com/api/JobPosting/ScreeningQuestionnaireTemplates/all
[ { "id": 123, "automatedRejectionDelay": 123, "name": "<string>", "statusID": 123, "status": "<string>", "json": "<string>" } ]
Returns a list of all Screening Questionnaire Templates.
OK
Was this page helpful?