{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_pre-encounter.subpackage_pre-encounter/notes.subpackage_pre-encounter/notes/v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_pre-encounter.subpackage_pre-encounter/notes.subpackage_pre-encounter/notes/v1", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/notes/v1/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Gets a note by NoteId." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/notes/v1", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new note." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://pre-api.joincandidhealth.com/notes/v1/:id/:version", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a note. The path must contain the most recent version to prevent races." }, { "info": { "name": "Deactivate", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/notes/v1/:id/:version", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Sets a note as deactivated. The path must contain the most recent version to prevent races." } ] } ], "bundled": true }