Gets Box Sign templates created by a user.
This operation is performed by calling function getSignTemplates.
See the endpoint docs at API Reference.
await client.signTemplates.getSignTemplates({
limit: 2,
} satisfies GetSignTemplatesQueryParams);
GetSignTemplatesQueryParams
GetSignTemplatesHeadersInput
undefined | CancellationToken
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.
await client.signTemplates.getSignTemplateById(signTemplates.entries![0].id!);
string
GetSignTemplateByIdOptionalsInputThis function returns a value of type SignTemplate.
Returns details of a template.