Skip to main content
GET
searchInvoicesPaged

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

search_tag
string
required

Free-text search string. Default is empty string.

includedeleted
integer
required

0 for active only, 1 to include soft-deleted. Default is 0.

page
integer
required

Zero-based page index (0, 1, 2...). Default is 0.

count
integer
required

Items per page (max 100). Default is 10.

statefilter
string
required

Filter: SHOW_ALL, APPROVAL, EMAIL_APPROVAL, FAILED, COMPLETE. Default is SHOW_ALL.

order
string
required

Sort order (e.g. UPLOAD). Default is UPLOAD.

documentType
integer
required

0=All, 1=Invoices, 12=Blobs, 13=Statements. Default is 0.

Response

Success

Response returned by searchInvoicesPaged. Contains matching documents, paging information, and service status.

service_status
object

Service-level status for the API request.

list
object[]

Documents matching the search criteria.

page_count
integer

Number of items requested for the page. This is not the total number of pages.

total_count
integer

Total number of documents matching the search criteria.