有没有办法使用通配符按名称搜索多个模板,例如" Star" " *&#34 ;? 到目前为止
https://docs.docusign.com/esign/restapi/Templates/Templates/create/
我试过这个
$baseUrl . "/templates?search_text=SpecialTPL_*"
并希望获得以" SpecialTPL _"开头的所有模板的列表,但它没有。
答案 0 :(得分:3)
%
- 替换零个或多个字符
_
- 替换单个字符