{ "opencollection": "1.0.0", "info": { "name": "Silna Public OldV1PriorAuthorizationResource V1PatientNotesResource API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "V1PatientNotesResource", "type": "folder" }, "items": [ { "info": { "name": "Get Patient Notes", "type": "http" }, "http": { "method": "GET", "url": "https://app.silnahealth.com/api/public/v1/patients/:patient_id/notes", "params": [ { "name": "patient_id", "value": "", "type": "path" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get Patient Notes" }, { "info": { "name": "Create Patient Note", "type": "http" }, "http": { "method": "POST", "url": "https://app.silnahealth.com/api/public/v1/patients/:patient_id/notes", "params": [ { "name": "patient_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Patient Note" } ] } ], "bundled": true }