Search invoice templates

GET

Search invoice templates for all entities in the organization

Query parameters

entityIdstringOptional

Filter invoice templates by the ID or foreign ID of the entity that created the invoice template.

startDatedatetimeOptional

Start date filter. Defaults to CREATED_AT unless specified the dateType is specified

endDatedatetimeOptional

End date filter. Defaults to CREATED_AT unless specified the dateType is specified

dateTypeenumOptional

Type of date to filter by if startDate and endDate filters are provided. Defaults to CREATED_AT.

orderByenumOptional

Field to order invoice templates by. Defaults to CREATED_AT.

orderDirection"ASC" or "DESC"Optional

Direction to order invoice templates by. Defaults to asc.

Allowed values: ASCDESC
limitintegerOptional

Number of invoice templates to return. Limit can range between 1 and 100, and the default is 10.

startingAfterstringOptional

The ID of the invoice template to start after. If not provided, the first page of invoice templates will be returned.

searchstringOptional

Find invoice templates by vendor name, invoice number, or amount. Partial matches are supported.

metadataobjectOptional

Filter invoice templates by metadata. Each filter will be applied as an AND condition. Duplicate keys will be ignored.

lineItemMetadataobjectOptional

Filter invoice templates by line item metadata. Each filter will be applied as an AND condition. Duplicate keys will be ignored.

lineItemGlAccountIdstringOptional

Filter invoice templates by line item GL account ID. Each filter will be applied as an OR condition. Duplicate keys will be ignored.

payerIdstringOptional

Filter invoice templates by payer ID or payer foreign ID.

vendorIdstringOptional

Filter invoice templates by vendor ID or vendor foreign ID.

approverIdstringOptional

Filter invoice templates by assigned approver user ID.

approverActionenumOptional

Filter invoice templates by approver action. Needs to be used with approverId. For example, if you want to find all invoice templates that have been approved by a specific user, you would use approverId and approverAction=APPROVE.

Allowed values: NONEAPPROVEREJECT
invoiceIdstringOptional

Filter invoice templates by invoice ID.

statusenumOptional

Invoice status to filter on

paymentTypelist of "oneTime" or "recurring"Optional

Filter invoice templates by recurring status

Allowed values: oneTimerecurring

Response

This endpoint returns an object.
countinteger

Total number of invoice templates for the given filters. This value is not limited by the limit parameter. It is provided so that you can determine how many pages of results are available.

hasMoreboolean

True if there are more invoice templates available for the given filters.

datalist of objects