You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Box Sign enables you to create templates so you can automatically add the same fields and formatting to requests for signature. With templates, you don't need to repetitively add the same fields to each request every time you send a new document for signature.
5
+
6
+
Making and testing a template takes a few minutes, but when done it makes working with Box Sign easier and faster.
7
+
8
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
9
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
10
+
11
+
-[Get all Sign Templates](#get-all-sign-templates)
12
+
-[Get Sign Template by ID](#get-sign-template-by-id)
13
+
14
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
15
+
16
+
Get All Sign Templates
17
+
------------------------
18
+
19
+
Calling the static [`getAll(BoxAPIConnection api)`][get-all-sign-templates]
20
+
will return an iterable that will page through all the Sign Templates.
21
+
22
+
The static
23
+
[`getAll(BoxAPIConnection api, int limit)`][get-all-sign-templates-with-limit]
24
+
method offers `limit` parameter. The `limit` parameter specifies the maximum number of items to be returned in a single response.
0 commit comments