{ "opencollection": "1.0.0", "info": { "name": "LawVu Account Auth MattersInvoices API", "version": "1.0" }, "items": [ { "info": { "name": "MattersInvoices", "type": "folder" }, "items": [ { "info": { "name": "Get matter invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.lawvu.com/account-apis/v1/matters/:matterId/invoices", "params": [ { "name": "matterId", "value": "", "type": "path", "description": "The Id of the matter" }, { "name": "skip", "value": "", "type": "query", "description": "The number of matter invoices to skip (used for paging)" }, { "name": "filtering.field", "value": "", "type": "query", "description": "Field to filter by (optional)" }, { "name": "filtering.operator", "value": "", "type": "query", "description": "Operator used for filtering (optional)" }, { "name": "filtering.value", "value": "", "type": "query", "description": "Value to filter by (optional)" }, { "name": "sorting.direction", "value": "", "type": "query", "description": "Set the sorting direction" }, { "name": "sorting.field", "value": "", "type": "query", "description": "Set the sorting fields" }, { "name": "take", "value": "", "type": "query", "description": "The maximum number of matter invoices to return

Default: 50

" } ] }, "docs": "Get matter invoices" } ] } ], "bundled": true }