cURL
curl --request GET \ --url https://api.example.com/api/MessageTemplates/{templateId}
{ "id": 123, "recruiterID": 123, "type": 123, "typeName": "<string>", "statusID": 123, "statusName": "<string>", "name": "<string>", "subject": "<string>", "body": "<string>", "createdDate": "2023-11-07T05:31:56Z", "deleted": true, "contact": true, "candidate": true, "userFullName": "<string>", "cc": "<string>" }
OK
Was this page helpful?