{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken FormResponse API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FormResponse", "type": "folder" }, "items": [ { "info": { "name": "List All Form Responses", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/patients/:patient_id/form_responses", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "Unique Patient ID" } ] }, "docs": "List All Form Responses" }, { "info": { "name": "Show Form Response", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/patients/:patient_id/form_responses/:id", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "Unique Patient ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Form Response ID" } ] }, "docs": "Show Form Response" } ] } ], "bundled": true }