Gets Box Sign templates created by a user.
This operation is performed by calling function get_sign_templates.
See the endpoint docs at API Reference.
client.sign_templates.get_sign_templates(limit=2)- marker
Optional[str]- Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination. This requires
usemarkerto be set totrue.
- Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination. This requires
- limit
Optional[int]- The maximum number of items to return per page.
- extra_headers
Optional[Dict[str, Optional[str]]]- Extra headers that will be included in the HTTP request.
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 get_sign_template_by_id.
See the endpoint docs at API Reference.
client.sign_templates.get_sign_template_by_id(sign_templates.entries[0].id)- template_id
str- The ID of a Box Sign template. Example: "123075213-7d117509-8f05-42e4-a5ef-5190a319d41d"
- extra_headers
Optional[Dict[str, Optional[str]]]- Extra headers that will be included in the HTTP request.
This function returns a value of type SignTemplate.
Returns details of a template.