Read Document Timeline Items
Perform Read Document Timeline Items through athenahealth.
athena_read_document_timeline_itemsread
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Chart Id
chart_idexpressionrequiredRequired literal value or workflow expression.
- Department Id
department_idexpressionrequiredRequired literal value or workflow expression.
- Categories
categoriesexpressionOptional literal value or workflow expression.
- Briefing
briefingbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdocument_idDocument Idchart_idChart Iddepartment_idDepartment Idtimeline_item_countTimeline Item CountcountCounttimeline_itemsTimeline ItemscategoriesCategoriesbriefingBriefingerrorErrorerror_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
}