List Estimate Templates
GET/invoices/estimate/template
Get a list of estimate templates or a specific template by ID
Request
Version stringrequired
API Version
Available options
v3altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationsearch string
To search for an estimate template by id / name
limit stringrequired
Limit the number of items to return
offset stringrequired
Number of items to skip
Successful response
- application/json
- Schema
- Example (auto)
Schema
datastring[]required
List of estimate templates
totalCountnumberrequired
Total number of estimate templates available
traceIdstringrequired
Unique identifier for tracing the request
{
"data": [
"string"
],
"totalCount": 0,
"traceId": "string"
}