cURL
curl --request GET \ --url https://api.example.com/api/JobPosting/ScreeningQuestionnaireTemplates/{id}
{ "id": 123, "automatedRejectionDelay": 123, "name": "<string>", "statusID": 123, "status": "<string>", "json": "<string>" }
Returns a single Screening Questionnaire Template based on the id passed.
OK
Was this page helpful?