{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Clio Payments Payments API", "version": "v4" }, "items": [ { "info": { "name": "Clio Payments Payments", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all ClioPaymentsPayments", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/clio_payments/payments.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "bill_id", "value": "", "type": "query", "description": "Filter ClioPaymentsPayment records to those that are allocated to the specified bill." }, { "name": "contact_id", "value": "", "type": "query", "description": "Filter ClioPaymentsPayment records to those that are assigned to the specified contact." }, { "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": "ids[]", "value": "", "type": "query", "description": "Filter ClioPaymentsPayment records to those having the specified unique identifiers." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of ClioPaymentsPayment records to be returned. Limit can range between 1 and 200. Default: `200`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "state", "value": "", "type": "query", "description": "Filter ClioPaymentsPayment records to those in a given state." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all ClioPaymentsPayments" }, { "info": { "name": "Return the data for a single ClioPaymentsPayment", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/clio_payments/payments/:id.json", "headers": [ { "name": "IF-MODIFIED-SINCE", "value": "" }, { "name": "IF-NONE-MATCH", "value": "" }, { "name": "X-API-VERSION", "value": "" } ], "params": [ { "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": "id", "value": "", "type": "path", "description": "The unique identifier for the ClioPaymentsPayment." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single ClioPaymentsPayment" } ] } ], "bundled": true }