Skip to documentation
athenahealth integration

Read Document Timeline Items

Perform Read Document Timeline Items through athenahealth.

View as Markdown
athena_read_document_timeline_items
read

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • chart_id
    expressionrequired
    Chart Id

    Required literal value or workflow expression.

  • department_id
    expressionrequired
    Department Id

    Required literal value or workflow expression.

  • categories
    expression
    Categories

    Optional literal value or workflow expression.

  • briefing
    boolean
    Briefing

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • document_idDocument Id
  • chart_idChart Id
  • department_idDepartment Id
  • timeline_item_countTimeline Item Count
  • countCount
  • timeline_itemsTimeline Items
  • categoriesCategories
  • briefingBriefing
  • errorError
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "document_id",
    "chart_id",
    "department_id"
  ],
  "properties": {
    "briefing": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "chart_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "categories": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "department_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "briefing": {},
    "chart_id": {},
    "categories": {},
    "document_id": {},
    "department_id": {},
    "error_message": {},
    "timeline_items": {},
    "timeline_item_count": {}
  },
  "additionalProperties": true
}
View all athenahealth actions