GET
/sign_templatesList Box Sign templates
Lists Box Sign templates created by the authenticated user. Use marker with marker-based pagination and set usemarker to true; limit controls the maximum number of templates returned per page.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
markerstringoptional
The position marker at which to begin returning results for marker-based pagination; use it with `usemarker` set to `true`.
limitintegeroptional
The maximum number of templates to return per page. Must not exceed 1000.
200Returns a collection of Box Sign templates with marker-based pagination information, including the result entries and pagination markers.
limitintegeroptional
The limit that was used for these entries. This will be the same as the
`limit` query parameter unless that value exceeded the maximum value
allowed. The maximum value varies by API.
next_markerstringoptional
The marker for the start of the next page of results.
prev_markerstringoptional
The marker for the start of the previous page of results.
entriesarray<BoxSignTemplate>optional
A list of templates.
401Returned when the access token in the `Authorization` header is missing or not recognized.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
defaultReturned for an unexpected client error and includes a generic error object with a message and request identifier.
typestringoptional
The value will always be `error`.
statusintegeroptional
The HTTP status of the response.
codestringoptional
A Box-specific error code.
messagestringoptional
A short message describing the error.
context_infoobjectoptional
A free-form object that contains additional context
about the error. The possible fields are defined on
a per-endpoint basis. `message` is only one example.
help_urlstringoptional
A URL that links to more information about why this error occurred.
request_idstringoptional
A unique identifier for this response, which can be used
when contacting Box support.
Error handling
A 401 is returned when the access token in the Authorization header is missing or unrecognized. When supplied, limit must not exceed 1000, and marker requires marker-based pagination with usemarker set to true.