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