Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.ezzydoc.com/EzzyService.svc/Rest/searchInvoicesPaged
{ "service_status": { "invoice_id": 123, "message": "<string>" }, "list": [ { "InvoiceId": "<string>", "UserID": "<string>", "Data": "<string>", "Label": "<string>", "Note": "<string>", "DocumentType": 123, "DocumentSubType": 123, "Date": "<string>", "updateDate": "<string>", "Filename": "<string>", "Deleted": 123, "ImageState": 123, "Completed": 123, "WorkflowName": "<string>", "WorkflowType": 123, "thumb_url": "<string>", "blob_url": "<string>", "pdf_url": "<string>", "links": [ { "link": "<string>", "name": "<string>" } ], "Trail": "<string>", "Number": "<string>", "Contact": "<string>" } ], "page_count": 123, "total_count": 123 }
Success
Show child attributes