List templates
GET/proposals/templates
List document contract templates for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
dateFrom string
Date start from (ISO 8601)
dateTo string
Date to (ISO 8601)
type string
Comma-separated template types. Valid values: proposal, estimate, contentLibrary
name string
Template Name
isPublicDocument boolean
If the docForm is a DocForm
userId string
User Id, required when isPublicDocument is true
limit string
Limit
skip string
Skip
Templates fetched successfully
- application/json
- Schema
- Example (auto)
Schema
dataobject[]required
Array of templates
totalnumberrequired
Total number of templates
traceIdstring
Trace ID for request tracking
{
"data": [
{
"_id": "685d11c371c22e636e9c04b2",
"deleted": false,
"version": 2,
"name": "New Template",
"locationId": "5rORm9p7RtxWQPzBIbTG",
"type": "proposal",
"updatedBy": "K9PSPnWjfNoE8DCf5LJZ",
"isPublicDocument": true,
"createdAt": "2025-06-26T09:24:19.305Z",
"updatedAt": "2025-06-26T09:27:32.119Z",
"id": "685d11c371c22e636e9c04b2",
"documentCount": 0,
"docFormUrl": "https://staging.sendlink.co/documents/doc-form/685d11c371c22e636e9c04b2?locale=en_US"
}
],
"total": 2,
"traceId": "d5656876-86a5-46fb-84df-788f1da7937a"
}