List documents
Retrieves a paginated list of documents based on filter criteria. Documents can be filtered by organization, type, status, and template flag. Results can be sorted and ordered according to specified parameters.
Query parameters
Organization ID to filter documents by
Document type to filter by: 0 = Invoice, 1 = Timesheet, 2 = Work Record
Document status to filter by: paid, unpaid, approved, notApproved
Filter by template flag. If true, returns only document templates
Field to sort results by
Sort order: asc or desc
Page number for pagination
Maximum number of results per page
Response
Successfully retrieved list of documents
Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the optional property
items/items/showSignatureto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
items/items/showSignatureto the response with the200status (media type: application/xml)response-optional-property-added
- ○