Eden Health grdn.routes.impl.screener-response API
Handlers for screener fetching and submission.
Handlers for screener fetching and submission.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/eden-health-grdn-routes-impl-screener-response-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
version: '1.0'
title: Grdn grdn.handler Grdn.routes.impl.screener Response API
description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.screener-response
description: Handlers for screener fetching and submission.
paths:
/v2/patient/{patient-id}/screener:
put:
summary: post-screener-response-handler
description: Given a patient id and screener, scores and saves the screener in appropriate store.
tags:
- grdn.routes.impl.screener-response
parameters:
- in: path
name: patient-id
description: 'origin spec: grdn.specs.screener-response/post-screener-response-params'
required: true
schema:
type: string
format: uuid
responses:
default:
description: Default success response.
content:
application/json:
schema:
type: object
properties:
score-data:
type: object
properties:
screener-name:
type: string
score:
type: integer
format: int64
required:
- screener-name
title: grdn.specs.screener-response/score-data
covid-status:
type: object
properties:
current_triage_status:
enum:
- triage-status/isolate
- triage-status/cleared
type: string
latest_registry_created_at: {}
latest_screener_created_at: {}
required:
- current_triage_status
- latest_registry_created_at
- latest_screener_created_at
title: grdn.specs.screeners/covid-status
required:
- score-data
title: grdn.specs.screener-response/post-screener-response-response
requestBody:
content:
application/json:
schema:
type: object
properties:
screener:
type: object
required:
- screener
title: grdn.specs.screener-response/post-screener-response-params
description: 'origin spec: grdn.specs.screener-response/post-screener-response-params'
/v2/patient/{patient-id}/screener-response:
put:
summary: put-screener-response-handler
description: "Given an outstanding screener response, update the pending screener with the data provided.\n Applies to Eden screeners only."
tags:
- grdn.routes.impl.screener-response
parameters:
- in: path
name: patient-id
description: 'origin spec: grdn.specs.screener-response/put-screener-response-params'
required: true
responses:
default:
description: Default success response.
content:
application/json:
schema: {}
requestBody:
content:
application/json:
schema:
type: object
properties:
screener-response-id:
type: string
format: uuid
updates:
type: object
required:
- screener-response-id
- updates
title: grdn.specs.screener-response/put-screener-response-params
description: 'origin spec: grdn.specs.screener-response/put-screener-response-params'
get:
summary: get-screener-response-handler
description: "Returns a list of screener responses associated with a patient. Applies to Eden screeners only.\n If authorization is via patient, will ignore patient-id param and will instead return screeners\n for that patient. Thin wrapper around multimethod which dispatches based on identity."
tags:
- grdn.routes.impl.screener-response
parameters:
- in: path
name: patient-id
description: 'origin spec: grdn.specs.screener-response/get-screener-params'
required: true
schema:
type: string
format: uuid
- in: query
name: completed
description: 'origin spec: grdn.specs.screener-response/get-screener-params'
required: false
schema:
type: boolean
- in: query
name: show-on-load
description: 'origin spec: grdn.specs.screener-response/get-screener-params'
required: false
schema:
type: boolean
responses:
default:
description: Default success response.
content:
application/json:
schema: {}
delete:
summary: delete-screener-response-handler
description: "Given a an outstanding screener response, delete the pending screener. Applies to Eden screeners\n only."
tags:
- grdn.routes.impl.screener-response
parameters:
- in: path
name: patient-id
description: 'origin spec: grdn.specs.screener-response/delete-screener-params'
required: true
responses:
default:
description: Default success response.
content:
application/json:
schema: {}
/v2/patient/{patient-id}/screener-response/welcome:
post:
summary: send-welcome-message-handler
description: Sends a welcome message when user completes all onboarding screeners.
tags:
- grdn.routes.impl.screener-response
parameters:
- in: path
name: patient-id
description: 'origin spec: '
required: true
responses:
default:
description: Default success response.
content:
application/json:
schema: {}