Gets Box Sign templates created by a user.
This operation is performed by calling function getSignTemplates
.
See the endpoint docs at API Reference.
client.getSignTemplates().getSignTemplates(new GetSignTemplatesQueryParams.GetSignTemplatesQueryParamsBuilder().limit(2L).build())
- queryParams
GetSignTemplatesQueryParams
- Query parameters of getSignTemplates method
- headers
GetSignTemplatesHeaders
- Headers of getSignTemplates method
This function returns a value of type SignTemplates
.
Returns a collection of templates.
Fetches details of a specific Box Sign template.
This operation is performed by calling function getSignTemplateById
.
See the endpoint docs at API Reference.
client.getSignTemplates().getSignTemplateById(signTemplates.getEntries().get(0).getId())
- templateId
String
- The ID of a Box Sign template. Example: "123075213-7d117509-8f05-42e4-a5ef-5190a319d41d"
- headers
GetSignTemplateByIdHeaders
- Headers of getSignTemplateById method
This function returns a value of type SignTemplate
.
Returns details of a template.