{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Outstanding Client Balances API", "version": "v4" }, "items": [ { "info": { "name": "Outstanding Client Balances", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all OutstandingClientBalances", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/outstanding_client_balances.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "contact_id", "value": "", "type": "query", "description": "The unique identifier for a single Contact. Use the keyword `null` to match those without a OutstandingClientBalance. The list will be filtered to include only the OutstandingClientBalance records with the matching property." }, { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "last_paid_end_date", "value": "", "type": "query", "description": "Filter OutstandingClientBalance records for those whose bills have been paid before the specified date" }, { "name": "last_paid_start_date", "value": "", "type": "query", "description": "Filter OutstandingClientBalance records for those whose bills have been paid after the specified date" }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of OutstandingClientBalance records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "newest_bill_due_end_date", "value": "", "type": "query", "description": "Filter OutstandingClientBalance records for the contact's newest bill due date before the specified date" }, { "name": "newest_bill_due_start_date", "value": "", "type": "query", "description": "Filter OutstandingClientBalance records for the contact's newest bill due date after the specified date" }, { "name": "originating_attorney_id", "value": "", "type": "query", "description": "Filters OutstandingClientBalance records to those with matters that have a matching originating attorney." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "responsible_attorney_id", "value": "", "type": "query", "description": "Filter OutstandingClientBalance records to those with matters that have a matching responsible attorney" } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all OutstandingClientBalances" } ] } ], "bundled": true }