{ "opencollection": "1.0.0", "info": { "name": "Weave Contacts Forms API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.weaveconnect.com/oauth2/default/v1/authorize", "accessTokenUrl": "https://auth.weaveconnect.com/oauth2/default/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "List forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.weaveconnect.com/v1/forms", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "The Weave location (sub-account) the request is scoped to. Required on most endpoints; may alternatively be supplied via a location header." } ] }, "docs": "Lists the digital forms configured for a location." }, { "info": { "name": "List digital form templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.weaveconnect.com/v1/digitalforms", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "The Weave location (sub-account) the request is scoped to. Required on most endpoints; may alternatively be supplied via a location header." } ] }, "docs": "Lists the digital-form templates available to a location." }, { "info": { "name": "Create form links", "type": "http" }, "http": { "method": "POST", "url": "https://api.weaveconnect.com/v1/create-form-links", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "The Weave location (sub-account) the request is scoped to. Required on most endpoints; may alternatively be supplied via a location header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates patient-facing links to one or more forms for sending." }, { "info": { "name": "Retrieve submitted forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.weaveconnect.com/v1/retrieve-forms", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "The Weave location (sub-account) the request is scoped to. Required on most endpoints; may alternatively be supplied via a location header." } ] }, "docs": "Retrieves submitted form documents for a location." }, { "info": { "name": "Mark a form submission complete", "type": "http" }, "http": { "method": "POST", "url": "https://api.weaveconnect.com/v1/complete-form", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "The Weave location (sub-account) the request is scoped to. Required on most endpoints; may alternatively be supplied via a location header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Marks a submitted form as complete/processed." } ] } ], "bundled": true }