cURL
curl --request GET \ --url https://api.decodahealth.com/notes/templates/{template_id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "id": "<string>", "name": "<string>", "createdDate": "2023-11-07T05:31:56Z", "questions": [], "userIds": [ "<string>" ], "isFavorited": false, "expiryDays": 123 }
Get a single note template with signed URLs for placeholder images.
The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes