{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Medical Records Details API", "version": "v4" }, "items": [ { "info": { "name": "Medical Records Details", "type": "folder" }, "items": [ { "info": { "name": "Return the data for all Medical Records Details", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/medical_records_details.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "created_since", "value": "", "type": "query", "description": "Filter MedicalRecordsRequest records to those having the `created_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "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 MedicalRecordsRequest records to those having the specified unique identifiers." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of Medical Records Detail 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": "treatment_end_date", "value": "", "type": "query", "description": "Filters Medical Records data by treatment end date." }, { "name": "treatment_start_date", "value": "", "type": "query", "description": "Filters Medical Records data by treatment start date." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter MedicalRecordsRequest records to those having the `updated_at` field after a specific time. (Expects an ISO-8601 timestamp)." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all Medical Records Details\n" }, { "info": { "name": "Creating a Medical Records Detail, Medical Records and Medical Bills", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/medical_records_details.json", "headers": [ { "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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows a creation of a Medical Records Detail, multiple Medical Records and Medical Bills.\nMedical Liens can also be created as a property under Medical Bills.\n\nReference the payload to see how the records are being passed in.\n" }, { "info": { "name": "Return the data for a single Medical Records Detail", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/medical_records_details/: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 Medical Records Detail." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single Medical Records Details\n" }, { "info": { "name": "Updating a Medical Records Detail", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/medical_records_details/:id.json", "headers": [ { "name": "IF-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 Medical Records Detail." } ], "body": { "type": "json", "data": "{}" } }, "docs": "If there are records being passed into the Medical Records or Medical Bills parameter they will be treated\nas new records and new Medical Records / Medical Bills will be created.\n" }, { "info": { "name": "Destroying a Medical Records Detail", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/medical_records_details/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Medical Records Detail." } ] }, "docs": "When a Medical Records Detail is destroyed, the child records, such as Medical Records, Medical Bills and Liens\nwill also be destroyed in the same transaction.\n" } ] } ], "bundled": true }