I need to read templates from my dev account - I'm using the /templates REST API V2 (page 192 in the API guide - http://www.docusign.com/sites/default/files/REST_API_Guide_v2.pdf)
sending folder as "Admissions", includeSubFolders as true (Yes, I have a subfolder called Admissions and there is a template in there)
the error I'm getting back from the API is: errorCode:INVALID_REQUEST_PARAMETER message:The request contained at least one invalid parameter. Template definition must include an 'envelopeTemplateDefinition' section.
The API specs for parms are only folder and includeSubFolders... says nothing about envelopeTemplateDefinition - I'm only trying to read a list of templates so I can retrieve said Template information
has anybody else had this issue ? - what's the fix ?