List all templates
Returns a list of templates. Use the cursor parameter to paginate through the results.
get/quickbooks-desktop/templates
Headers
Conductor-End-User-Idstring required
The ID of the End-User to receive this request.
Example:end_usr_1234567abcdefg
The ID of the End-User to receive this request.
Response
Returns a list of templates.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/templates",
"data": [
{
"id": "80000001-1234567890",
"objectType": "qbd_template",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Professional Invoice",
"isActive": true,
"templateType": "invoice"
}
],
"nextCursor": "12345678-abcd-abcd-example-1234567890ab",
"remainingCount": 10
}