{ "opencollection": "1.0.0", "info": { "name": "Mon Ami REST Care Plans Documents API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List a client's documents", "type": "http" }, "http": { "method": "GET", "url": "https://app.monami.io/api/clients/:client_id/documents", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "List a client's documents" }, { "info": { "name": "Create a client document (supports templates and InterRAI iCodes)", "type": "http" }, "http": { "method": "POST", "url": "https://app.monami.io/api/clients/:client_id/documents", "params": [ { "name": "client_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a client document (supports templates and InterRAI iCodes)" }, { "info": { "name": "Get a client document", "type": "http" }, "http": { "method": "GET", "url": "https://app.monami.io/api/clients/:client_id/documents/:id", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a client document" }, { "info": { "name": "Update a client document (partial)", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.monami.io/api/clients/:client_id/documents/:id", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a client document (partial)" } ] } ], "bundled": true }