box-node-sdk

SignTemplatesManager

List Box Sign templates

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);

Arguments

Returns

This function returns a value of type SignTemplates.

Returns a collection of templates.

Get Box Sign template by ID

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!);

Arguments

Returns

This function returns a value of type SignTemplate.

Returns details of a template.