cURL
curl --request GET \ --url https://api.example.com/api/ScreeningQuestionTemplates/{templateId}
{ "id": 123, "ownerID": 123, "owner": "<string>", "name": "<string>", "statusID": 123, "status": "<string>", "json": "<string>", "documentTemplateId": 123, "documentTemplateName": "<string>" }
Returns a single Screening Question Template based on the id passed.
OK
Was this page helpful?