Eden Health grdn.routes.impl.ticklers API

The grdn.routes.impl.ticklers API from Eden Health — 5 operation(s) for grdn.routes.impl.ticklers.

Operations 5

GET /v2/patient/{patient-id}/ticklers patient-ticklers-handler
POST /v2/ticklers create-tickler-handler
PUT /v2/ticklers/{tickler-athena-id} update-tickler-handler
PUT /v2/ticklers/{tickler-athena-id}/complete complete-tickler-handler
PUT /v2/ticklers/{tickler-athena-id}/delete delete-tickler-handler

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/eden-health-grdn-routes-impl-ticklers-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eden-health-grdn-routes-impl-ticklers-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: '1.0'
  title: Grdn grdn.handler Grdn.routes.impl.ticklers API
  description: Eden Health Inc. primary backend API service.
servers:
- url: https://api.edenhealth.com/
tags:
- name: grdn.routes.impl.ticklers
  description: null
paths:
  /v2/patient/{patient-id}/ticklers:
    get:
      summary: patient-ticklers-handler
      description: "Returns list of open ticklers for given patient\n  Time box - three months before today to twelve months from today"
      tags:
      - grdn.routes.impl.ticklers
      parameters:
      - in: path
        name: patient-id
        description: 'origin spec: grdn.specs.ticklers/patient-ticklers-params'
        required: true
        schema:
          type: string
          format: uuid
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  ticklers:
                    type: array
                    items:
                      type: object
                      properties:
                        patient-id:
                          type: string
                          format: uuid
                        assigned-to:
                          type: integer
                          format: int64
                        due-date:
                          type: string
                          x-allOf:
                          - type: string
                          - {}
                        note:
                          type: string
                          x-allOf:
                          - type: string
                          - {}
                        tickler-athena-id:
                          type: integer
                          format: int64
                        department-id:
                          type: integer
                          format: int64
                      required:
                      - patient-id
                      - assigned-to
                      - due-date
                      - note
                      - tickler-athena-id
                      - department-id
                      title: grdn.specs.ticklers/tickler
                  failures:
                    type: array
                    items:
                      type: integer
                      format: int64
                required:
                - ticklers
                - failures
                title: grdn.specs.ticklers/patient-ticklers-response
  /v2/ticklers:
    post:
      summary: create-tickler-handler
      description: Creates a tickler in Athena
      tags:
      - grdn.routes.impl.ticklers
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  patient-id:
                    type: string
                    format: uuid
                  assigned-to:
                    type: integer
                    format: int64
                  due-date:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  note:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  tickler-athena-id:
                    type: integer
                    format: int64
                  department-id:
                    type: integer
                    format: int64
                required:
                - patient-id
                - assigned-to
                - due-date
                - note
                - tickler-athena-id
                - department-id
                title: grdn.specs.ticklers/create-tickler-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                patient-id:
                  type: string
                  format: uuid
                athena-provider-id:
                  type: integer
                  format: int64
                due-date:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
                note:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
              required:
              - patient-id
              - athena-provider-id
              - due-date
              - note
              title: grdn.specs.ticklers/create-tickler-params
        description: 'origin spec: grdn.specs.ticklers/create-tickler-params'
  /v2/ticklers/{tickler-athena-id}:
    put:
      summary: update-tickler-handler
      description: Updates given tickler in Athena
      tags:
      - grdn.routes.impl.ticklers
      parameters:
      - in: path
        name: tickler-athena-id
        description: 'origin spec: grdn.specs.ticklers/update-tickler-params'
        required: true
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  patient-id:
                    type: string
                    format: uuid
                  tickler-athena-id:
                    type: integer
                    format: int64
                  assigned-to:
                    type: integer
                    format: int64
                  due-date:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                  note:
                    type: string
                    x-allOf:
                    - type: string
                    - {}
                required:
                - patient-id
                - tickler-athena-id
                - assigned-to
                - due-date
                - note
                title: grdn.specs.ticklers/update-tickler-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                patient-id:
                  type: string
                  format: uuid
                athena-provider-id:
                  type: integer
                  format: int64
                due-date:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
                note:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
              required:
              - patient-id
              - athena-provider-id
              - due-date
              - note
              title: grdn.specs.ticklers/update-tickler-params
        description: 'origin spec: grdn.specs.ticklers/update-tickler-params'
  /v2/ticklers/{tickler-athena-id}/complete:
    put:
      summary: complete-tickler-handler
      description: Completes the given tickler by marking it deleted in Athena
      tags:
      - grdn.routes.impl.ticklers
      parameters:
      - in: path
        name: tickler-athena-id
        description: 'origin spec: grdn.specs.ticklers/complete-tickler-params'
        required: true
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  tickler-athena-id:
                    type: integer
                    format: int64
                required:
                - tickler-athena-id
                title: grdn.specs.ticklers/complete-tickler-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                patient-id:
                  type: string
                  format: uuid
                note:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
              required:
              - patient-id
              title: grdn.specs.ticklers/complete-tickler-params
        description: 'origin spec: grdn.specs.ticklers/complete-tickler-params'
  /v2/ticklers/{tickler-athena-id}/delete:
    put:
      summary: delete-tickler-handler
      description: Marks given tickler as deleted in Athena
      tags:
      - grdn.routes.impl.ticklers
      parameters:
      - in: path
        name: tickler-athena-id
        description: 'origin spec: grdn.specs.ticklers/delete-tickler-params'
        required: true
        schema:
          type: integer
          format: int64
      responses:
        default:
          description: Default success response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  tickler-athena-id:
                    type: integer
                    format: int64
                required:
                - tickler-athena-id
                title: grdn.specs.ticklers/delete-tickler-response
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                patient-id:
                  type: string
                  format: uuid
                note:
                  type: string
                  x-allOf:
                  - type: string
                  - {}
              required:
              - patient-id
              title: grdn.specs.ticklers/delete-tickler-params
        description: 'origin spec: grdn.specs.ticklers/delete-tickler-params'